|
|
@ -660,11 +660,13 @@ additional entry:
|
|
|
|
|
|
|
|
|
|
|
|
[[production-ready-monitoring]]
|
|
|
|
[[production-ready-monitoring]]
|
|
|
|
== Monitoring and Management over HTTP
|
|
|
|
== Monitoring and Management over HTTP
|
|
|
|
If you are developing a Spring MVC application, Spring Boot Actuator auto-configures all
|
|
|
|
If you are developing a web application, Spring Boot Actuator auto-configures all
|
|
|
|
enabled endpoints to be exposed over HTTP. The default convention is to use the `id` of
|
|
|
|
enabled endpoints to be exposed over HTTP. The default convention is to use the `id` of
|
|
|
|
the endpoint with a prefix of `/actuator` as the URL path. For example, `health` is
|
|
|
|
the endpoint with a prefix of `/actuator` as the URL path. For example, `health` is
|
|
|
|
exposed as `/actuator/health`.
|
|
|
|
exposed as `/actuator/health`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TIP: Actuator is supported natively with Spring MVC, Spring WebFlux and Jersey.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[production-ready-customizing-management-server-context-path]]
|
|
|
|
[[production-ready-customizing-management-server-context-path]]
|
|
|
|