Uses of Class
io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration.Builder
Packages that use PrometheusStatsConfiguration.Builder
-
Uses of PrometheusStatsConfiguration.Builder in io.opencensus.exporter.stats.prometheus
Methods in io.opencensus.exporter.stats.prometheus that return PrometheusStatsConfiguration.BuilderModifier and TypeMethodDescriptionPrometheusStatsConfiguration.builder()Returns a newPrometheusStatsConfiguration.Builder.abstract PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration.Builder.setNamespace(String namespace) Sets the namespace used for Prometheus metrics.abstract PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration.Builder.setRegistry(io.prometheus.client.CollectorRegistry registry) Sets the given PrometheusCollectorRegistry.