Commit 8b5c345d authored by Andy Wilkinson's avatar Andy Wilkinson

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
parents 1ac9b3fa 92133d47
...@@ -54,6 +54,8 @@ The built-in endpoints will only be auto-configured when they are available. ...@@ -54,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. 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`. 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: The following technology-agnostic endpoints are available:
[cols="2,5"] [cols="2,5"]
...@@ -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`. 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]] [[production-ready-endpoints-enabling-endpoints]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment