Uses of Class
io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration.Builder
-
Packages that use PrometheusStatsConfiguration.Builder Package Description io.opencensus.exporter.stats.prometheus -
-
Uses of PrometheusStatsConfiguration.Builder in io.opencensus.exporter.stats.prometheus
Subclasses of PrometheusStatsConfiguration.Builder in io.opencensus.exporter.stats.prometheus Modifier and Type Class Description (package private) static classAutoValue_PrometheusStatsConfiguration.BuilderMethods in io.opencensus.exporter.stats.prometheus that return PrometheusStatsConfiguration.Builder Modifier and Type Method Description static PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration. builder()Returns a newPrometheusStatsConfiguration.Builder.PrometheusStatsConfiguration.BuilderAutoValue_PrometheusStatsConfiguration.Builder. setNamespace(java.lang.String namespace)abstract PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration.Builder. setNamespace(java.lang.String namespace)Sets the namespace used for Prometheus metrics.PrometheusStatsConfiguration.BuilderAutoValue_PrometheusStatsConfiguration.Builder. setRegistry(io.prometheus.client.CollectorRegistry registry)abstract PrometheusStatsConfiguration.BuilderPrometheusStatsConfiguration.Builder. setRegistry(io.prometheus.client.CollectorRegistry registry)Sets the given PrometheusCollectorRegistry.
-