Skip to content

Commit 836ad76

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25510
2 parents ac258a9 + 8b5c345 commit 836ad76

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

+2-2
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-docs}[HTML] or {spring-boot-actuator-restapi-pdfdocs}[PDF]).
58+
5759
The following technology-agnostic endpoints are available:
5860

5961
[cols="2,5"]
@@ -151,8 +153,6 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey)
151153
Requires a dependency on `micrometer-registry-prometheus`.
152154
|===
153155

154-
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-docs}[HTML] or {spring-boot-actuator-restapi-pdfdocs}[PDF]).
155-
156156

157157

158158
[[production-ready-endpoints-enabling-endpoints]]

0 commit comments

Comments
 (0)