Uses of Class
io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration
-
Packages that use PrometheusStatsConfiguration Package Description io.opencensus.exporter.stats.prometheus -
-
Uses of PrometheusStatsConfiguration in io.opencensus.exporter.stats.prometheus
Subclasses of PrometheusStatsConfiguration in io.opencensus.exporter.stats.prometheus Modifier and Type Class Description (package private) class
AutoValue_PrometheusStatsConfiguration
Methods in io.opencensus.exporter.stats.prometheus that return PrometheusStatsConfiguration Modifier and Type Method Description PrometheusStatsConfiguration
AutoValue_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 PrometheusStatsConfiguration Modifier and Type Method Description static void
PrometheusStatsCollector. createAndRegister(PrometheusStatsConfiguration configuration)
Creates aPrometheusStatsCollector
and registers it to the given PrometheusCollectorRegistry
in thePrometheusStatsConfiguration
.
-