# 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](../liberator/liberator-prometheus-metrics.md) and [Transformer Prometheus metrics](../transformer/transformer-prometheus-metrics.md).

## Metric end points

Discovery’s JVM metrics are collated by Spring Boot and published at the following URIs:

| Format | URI | Example |
| --- | --- | --- |
| Prometheus | /actuator/prometheus | <span>http://</span>localhost:4567/actuator/prometheus |
| JSON | /actuator/metrics | <span>http://</span>localhost:4567/actuator/metrics |

For more information on configuring Spring Boot actuators in Discovery, see [management.endpoints.web.exposure.include](discovery-server-configuration.md#management-endpoints-web-exposure-include).

---

**See also:**

* [management.endpoints.web.exposure.include](discovery-server-configuration.md#management-endpoints-web-exposure-include)
* [Liberator Prometheus metrics](../liberator/liberator-prometheus-metrics.md)
* [Transformer Prometheus metrics](../transformer/transformer-prometheus-metrics.md)
