| Class | Description |
|---|---|
| PrometheusActuatorEndpoint |
Spring Boot Actuator endpoint that outputs Prometheus metrics in a format that
can be scraped by the Prometheus server
|
| PrometheusEndpointConfiguration | |
| PrometheusFunctions |
Adds a router function to expose Prometheus metrics to a Prometheus scrape.
|
| PrometheusMetricsConfiguration | |
| PrometheusTagFormatter |
See https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels
for a specification of the constraints on metric names and labels
|
| Annotation Type | Description |
|---|---|
| EnablePrometheusMetrics | |
| EnablePrometheusScraping |
Enable an endpoint that exposes Prometheus metrics from its default collector.
|