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
str

Path for the health probe.

probe_interval_seconds
int

Interval for the health probe in seconds.

probe_timeout_milliseconds
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 | 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