DaprAppHealth Class
Dapr application health check configuration.
Constructor
DaprAppHealth(*args: Any, **kwargs: Any)
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 | None
path
Path for the health probe.
path: str | None
probe_interval_seconds
Interval for the health probe in seconds.
probe_interval_seconds: int | None
probe_timeout_milliseconds
Timeout for the health probe in milliseconds.
probe_timeout_milliseconds: int | None
threshold
Threshold for the health probe.
threshold: int | None