Uses of Class
io.helidon.metrics.prometheus.PrometheusSupport
-
Packages that use PrometheusSupport Package Description io.helidon.metrics.prometheus Support for Prometheus client endpoint. -
-
Uses of PrometheusSupport in io.helidon.metrics.prometheus
Methods in io.helidon.metrics.prometheus that return PrometheusSupport Modifier and Type Method Description PrometheusSupport
PrometheusSupport.Builder. build()
static PrometheusSupport
PrometheusSupport. create()
Creates new instance using default PrometheusCollectorRegistry
.static PrometheusSupport
PrometheusSupport. create(CollectorRegistry collectorRegistry)
Creates new instance using specified PrometheusCollectorRegistry
.
-