Browse Source

Make link to Actuator API docs more prominent

See gh-25486
pull/25620/head
cdalexndr 5 years ago committed by Andy Wilkinson
parent
commit
5f4e1b747e
  1. 4
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

4
spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

@ -44,6 +44,8 @@ For Gradle, use the following declaration: @@ -44,6 +44,8 @@ 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.
@ -147,8 +149,6 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey) @@ -147,8 +149,6 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey)
Requires a dependency on `micrometer-registry-prometheus`.
|===
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]).
[[production-ready-endpoints-enabling-endpoints]]

Loading…
Cancel
Save