Uses of Class
io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration
Packages that use PrometheusStatsConfiguration
-
Uses of PrometheusStatsConfiguration in io.opencensus.exporter.stats.prometheus
Subclasses of PrometheusStatsConfiguration in io.opencensus.exporter.stats.prometheusModifier and TypeClassDescription(package private) final class
Methods in io.opencensus.exporter.stats.prometheus that return PrometheusStatsConfigurationModifier and TypeMethodDescriptionAutoValue_PrometheusStatsConfiguration.Builder.build()
abstract PrometheusStatsConfiguration
PrometheusStatsConfiguration.Builder.build()
Builds a newPrometheusStatsConfiguration
with current settings.Methods in io.opencensus.exporter.stats.prometheus with parameters of type PrometheusStatsConfigurationModifier and TypeMethodDescriptionstatic void
PrometheusStatsCollector.createAndRegister
(PrometheusStatsConfiguration configuration) Creates aPrometheusStatsCollector
and registers it to the given PrometheusCollectorRegistry
in thePrometheusStatsConfiguration
.