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 class
Methods 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.Builder
PrometheusStatsConfiguration.Builder.setNamespace
(String namespace) Sets the namespace used for Prometheus metrics.AutoValue_PrometheusStatsConfiguration.Builder.setRegistry
(io.prometheus.client.CollectorRegistry registry) abstract PrometheusStatsConfiguration.Builder
PrometheusStatsConfiguration.Builder.setRegistry
(io.prometheus.client.CollectorRegistry registry) Sets the given PrometheusCollectorRegistry
.