Package io.helidon.metrics.prometheus
Support for Prometheus client endpoint.
Usage:
Routing.builder()
.register(PrometheusSupport.create())
- See Also:
PrometheusSupport
-
Class Summary Class Description PrometheusSupport Support for Prometheus client endpoint.PrometheusSupport.Builder A builder ofPrometheusSupport
.