Document properties to enable probe health indicators
Document property names to enable probe(readiness/liveness) health indicators. See gh-22631
This commit is contained in:
committed by
Brian Clozel
parent
7d25948ab5
commit
630cbae7d7
@@ -720,10 +720,10 @@ developers can use their configuration property to activate them:
|
||||
| Name | Description
|
||||
|
||||
| {spring-boot-actuator-module-code}/availability/LivenessStateHealthIndicator.java[`LivenessStateHealthIndicator`]
|
||||
| Checks the liveness state of the application.
|
||||
| Checks the liveness state of the application. Enabled by `management.health.livenessstate.enabled` property.
|
||||
|
||||
| {spring-boot-actuator-module-code}/availability/ReadinessStateHealthIndicator.java[`ReadinessStateHealthIndicator`]
|
||||
| Checks the readiness state of the application.
|
||||
| Checks the readiness state of the application. Enabled by `management.health.readinessstate.enabled` property.
|
||||
|===
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user