Monitoring Discovery
Discovery publishes metrics for its JVM in Prometheus and JSON format.
For information on viewing Prometheus metrics for components other than Discovery, see Liberator Prometheus metrics and Transformer Prometheus metrics.
Contents:
Metric end points
Discovery’s JVM metrics are collated by Spring Boot and published at the following URIs:
Format | URI | Example |
---|---|---|
Prometheus |
/actuator/prometheus |
http://localhost:4567/actuator/prometheus |
JSON |
/actuator/metrics |
http://localhost:4567/actuator/metrics |
For more information on configuring Spring Boot actuators in Discovery, see management.endpoints.web.exposure.include.
See also: