Skip to content

Commit 8b5c345

Browse files
committed
Merge pull request #25486 from cdalexndr
* gh-25486: Polish "Make link to Actuator API docs more prominent" Make link to Actuator API docs more prominent Closes gh-25486
2 parents 1ac9b3f + 92133d4 commit 8b5c345

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
@@ -54,6 +54,8 @@ The built-in endpoints will only be auto-configured when they are available.
5454
Most applications choose exposure via HTTP, where the ID of the endpoint along with a prefix of `/actuator` is mapped to a URL.
5555
For example, by default, the `health` endpoint is mapped to `/actuator/health`.
5656

57+
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]).
58+
5759
The following technology-agnostic endpoints are available:
5860

5961
[cols="2,5"]
@@ -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)