Uses of Class
io.helidon.metrics.prometheus.PrometheusSupport.Builder
-
Packages that use PrometheusSupport.Builder Package Description io.helidon.metrics.prometheus Support for Prometheus client endpoint. -
-
Uses of PrometheusSupport.Builder in io.helidon.metrics.prometheus
Methods in io.helidon.metrics.prometheus that return PrometheusSupport.Builder Modifier and Type Method Description static PrometheusSupport.Builder
PrometheusSupport. builder()
Creates newBuilder
instance.PrometheusSupport.Builder
PrometheusSupport.Builder. collectorRegistry(CollectorRegistry registry)
Sets collector registry to use, default isCollectorRegistry.defaultRegistry
.PrometheusSupport.Builder
PrometheusSupport.Builder. path(String path)
Sets path of the metrics resource, default is/metrics
.
-