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.BuilderPrometheusSupport. builder()Creates newBuilderinstance.PrometheusSupport.BuilderPrometheusSupport.Builder. collectorRegistry(CollectorRegistry registry)Sets collector registry to use, default isCollectorRegistry.defaultRegistry.PrometheusSupport.BuilderPrometheusSupport.Builder. path(String path)Sets path of the metrics resource, default is/metrics.
-