Skip to content

Commit

Permalink
Update java/observability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Jan 19, 2024
1 parent d9a4cd3 commit a58e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ management.endpoint.flyway.enabled=false

turns off `flyway` actuator.

Depending on the configuration, exposed actuators can have HTTP or [JMX](https://en.wikipedia.org/wiki/Java_Management_Extensions) endpoints. For security reasons, it's recommended to expose only the `health` actuator as web endpoint as described in [Health Indicators](#health-indicators). All other actuators are recommended for local JMX-based access as described in [JMX-based Tools](#profiling-jmx).
Depending on the configuration, exposed actuators can have HTTP or [JMX](https://en.wikipedia.org/wiki/Java_Management_Extensions) endpoints. For security reasons, it's recommended to expose only the `health` actuator as web endpoint as described in [Health Indicators](#spring-health-checks). All other actuators are recommended for local JMX-based access as described in [JMX-based Tools](#profiling-jmx).


#### CDS Actuator { #cds-actuator }
Expand Down

0 comments on commit a58e60d

Please sign in to comment.