Skip to content

Commit 5f4e1b7

Browse files
cdalexndrwilkinsona
authored andcommitted
Make link to Actuator API docs more prominent
See gh-25486
1 parent 1ac9b3f commit 5f4e1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ For Gradle, use the following declaration:
4444

4545
[[production-ready-endpoints]]
4646
== Endpoints
47+
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]).
48+
4749
Actuator endpoints let you monitor and interact with your application.
4850
Spring Boot includes a number of built-in endpoints and lets you add your own.
4951
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)
147149
Requires a dependency on `micrometer-registry-prometheus`.
148150
|===
149151

150-
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]).
151-
152152

153153

154154
[[production-ready-endpoints-enabling-endpoints]]

0 commit comments

Comments
 (0)