We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/status
1 parent e88c266 commit a43dcfeCopy full SHA for a43dcfe
spring-boot-project/spring-boot-actuator/README.adoc
@@ -35,7 +35,7 @@ For Gradle, use the following declaration:
35
* **Endpoints** Actuator endpoints allow you to monitor and interact with your
36
application. Spring Boot includes a number of built-in endpoints and you can also add
37
your own. For example the `health` endpoint provides basic application health
38
- information. Run up a basic application and look at `/health`.
+ information. Run up a basic application and look at `/actuator/health`.
39
* **Metrics** Spring Boot Actuator provides dimensional metrics by integrating with
40
https://micrometer.io[Micrometer].
41
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
0 commit comments