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:
Tadaya Tsuyukubo 2020-07-28 13:03:51 -07:00 committed by Brian Clozel
parent 7d25948ab5
commit 630cbae7d7

View File

@ -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.
|===