Polish "Update documentation references to `/status` endpoint"
Closes gh-11213
This commit is contained in:
parent
e88c266285
commit
a43dcfec6c
|
|
@ -35,7 +35,7 @@ For Gradle, use the following declaration:
|
||||||
* **Endpoints** Actuator endpoints allow you to monitor and interact with your
|
* **Endpoints** Actuator endpoints allow you to monitor and interact with your
|
||||||
application. Spring Boot includes a number of built-in endpoints and you can also add
|
application. Spring Boot includes a number of built-in endpoints and you can also add
|
||||||
your own. For example the `health` endpoint provides basic application health
|
your own. For example the `health` endpoint provides basic application health
|
||||||
information. Run up a basic application and look at `/health`.
|
information. Run up a basic application and look at `/actuator/health`.
|
||||||
* **Metrics** Spring Boot Actuator provides dimensional metrics by integrating with
|
* **Metrics** Spring Boot Actuator provides dimensional metrics by integrating with
|
||||||
https://micrometer.io[Micrometer].
|
https://micrometer.io[Micrometer].
|
||||||
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
|
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue