DaprAppHealth Class

Dapr application health check configuration.

Constructor

DaprAppHealth()

Variables

Name Description
enabled

Boolean indicating if the health probe is enabled.

path
str

Path for the health probe.

probeIntervalSeconds
int

Interval for the health probe in seconds.

probeTimeoutMilliseconds
int

Timeout for the health probe in milliseconds.

threshold
int

Threshold for the health probe.

Attributes

enabled

Boolean indicating if the health probe is enabled.

enabled: bool

path

Path for the health probe.

path: str

probeIntervalSeconds

Interval for the health probe in seconds.

probeIntervalSeconds: int

probeTimeoutMilliseconds

Timeout for the health probe in milliseconds.

probeTimeoutMilliseconds: int

threshold

Threshold for the health probe.

threshold: int