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
Modifier and TypeClassDescription(package private) static final classMethods in io.opencensus.exporter.stats.prometheus that return PrometheusStatsConfiguration.BuilderModifier and TypeMethodDescriptionPrometheusStatsConfiguration.builder()Returns a newPrometheusStatsConfiguration.Builder.AutoValue_PrometheusStatsConfiguration.Builder.setNamespace(String namespace) abstract PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration.Builder.setNamespace(String namespace) Sets the namespace used for Prometheus metrics.AutoValue_PrometheusStatsConfiguration.Builder.setRegistry(io.prometheus.client.CollectorRegistry registry) abstract PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration.Builder.setRegistry(io.prometheus.client.CollectorRegistry registry) Sets the given PrometheusCollectorRegistry.