DaprAppHealth interface
Dapr application health check configuration
Properties
| enabled | Boolean indicating if the health probe is enabled |
| path | Path for the health probe |
| probe |
Interval for the health probe in seconds |
| probe |
Timeout for the health probe in milliseconds |
| threshold | Threshold for the health probe |
Property Details
enabled
Boolean indicating if the health probe is enabled
enabled?: boolean
Property Value
boolean
path
Path for the health probe
path?: string
Property Value
string
probeIntervalSeconds
Interval for the health probe in seconds
probeIntervalSeconds?: number
Property Value
number
probeTimeoutMilliseconds
Timeout for the health probe in milliseconds
probeTimeoutMilliseconds?: number
Property Value
number
threshold
Threshold for the health probe
threshold?: number
Property Value
number