Polish "Make link to Actuator API docs more prominent"

See gh-25486
This commit is contained in:
Andy Wilkinson 2021-03-05 10:58:47 +00:00
parent 5f4e1b747e
commit 92133d47d0

View File

@ -44,8 +44,6 @@ For Gradle, use the following declaration:
[[production-ready-endpoints]]
== Endpoints
TIP: To learn more about the Actuator's endpoints and their request and response formats, please refer to the separate API documentation ({spring-boot-actuator-restapi}/html/[HTML] or {spring-boot-actuator-restapi}/pdf/spring-boot-actuator-web-api.pdf[PDF]).
Actuator endpoints let you monitor and interact with your application.
Spring Boot includes a number of built-in endpoints and lets you add your own.
For example, the `health` endpoint provides basic application health information.
@ -56,6 +54,8 @@ The built-in endpoints will only be auto-configured when they are available.
Most applications choose exposure via HTTP, where the ID of the endpoint along with a prefix of `/actuator` is mapped to a URL.
For example, by default, the `health` endpoint is mapped to `/actuator/health`.
TIP: To learn more about the Actuator's endpoints and their request and response formats, please refer to the separate API documentation ({spring-boot-actuator-restapi}/html/[HTML] or {spring-boot-actuator-restapi}/pdf/spring-boot-actuator-web-api.pdf[PDF]).
The following technology-agnostic endpoints are available:
[cols="2,5"]