[bs-107] Remove "z" suffix from management endpoints

* /varz->/metrics
* /healthz->/health
* all actuator endpoints are now in a subpackage

[Fixes #49496887]
This commit is contained in:
Dave Syer
2013-05-15 16:13:23 +01:00
parent 53078c320e
commit 728b4887c1
27 changed files with 50 additions and 49 deletions

View File

@@ -378,7 +378,7 @@ or you can simply publish `AuditApplicationEvent` via the Spring
## Metrics Customization
Metrics come out on the `/varz` endpoint. You can add additional
Metrics come out on the `/metrics` endpoint. You can add additional
metrics by injecting a `MetricsRepository` into your application
components and adding metrics whenever you need to. To customize the
`MetricsRepository` itself, just add a bean definition of that type to
@@ -387,7 +387,7 @@ for now).
## Customizing the Health Indicator
The application always tells you if it's healthy via the `/healthz`
The application always tells you if it's healthy via the `/health`
endpoint. By default it just responds to a GET witha 200 status and a
plain text body containing "ok". If you want to add more detailed
information (e.g. a description of the current state of the