DaprAppHealth Class
Dapr application health check configuration.
Constructor
DaprAppHealth()
Variables
| Name | Description |
|---|---|
|
enabled
|
Boolean indicating if the health probe is enabled. |
|
path
|
Path for the health probe. |
|
probe_interval_seconds
|
Interval for the health probe in seconds. |
|
probe_timeout_milliseconds
|
Timeout for the health probe in milliseconds. |
|
threshold
|
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