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 class
AutoValue_PrometheusStatsConfiguration.Builder
Methods in io.opencensus.exporter.stats.prometheus that return PrometheusStatsConfiguration.Builder Modifier and Type Method Description static PrometheusStatsConfiguration.Builder
PrometheusStatsConfiguration. builder()
Returns a newPrometheusStatsConfiguration.Builder
.PrometheusStatsConfiguration.Builder
AutoValue_PrometheusStatsConfiguration.Builder. setNamespace(java.lang.String namespace)
abstract PrometheusStatsConfiguration.Builder
PrometheusStatsConfiguration.Builder. setNamespace(java.lang.String namespace)
Sets the namespace used for Prometheus metrics.PrometheusStatsConfiguration.Builder
AutoValue_PrometheusStatsConfiguration.Builder. setRegistry(io.prometheus.client.CollectorRegistry registry)
abstract PrometheusStatsConfiguration.Builder
PrometheusStatsConfiguration.Builder. setRegistry(io.prometheus.client.CollectorRegistry registry)
Sets the given PrometheusCollectorRegistry
.
-