Merge branch '3.1.x'

Closes gh-36220
This commit is contained in:
Phillip Webb 2023-07-04 15:18:42 +01:00
commit 41cdfb891f
1 changed files with 2 additions and 2 deletions

View File

@ -904,8 +904,8 @@ This can be done by setting the following property:
management.endpoint.health.probes.add-additional-paths=true
----
This would make `liveness` available at `/livez` and `readiness` at `readyz` on the main server port.
This would make the `liveness` group available at `/livez` and the `readiness` group available at `/readyz` on the main server port.
Paths can be customized using the `additional-path` property on each group, see <<actuator#actuator.endpoints.health.groups, health groups>> for details.