Class AutoValue_PrometheusStatsConfiguration

java.lang.Object
io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration
io.opencensus.exporter.stats.prometheus.AutoValue_PrometheusStatsConfiguration

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_PrometheusStatsConfiguration extends PrometheusStatsConfiguration
  • Field Details

    • registry

      private final io.prometheus.client.CollectorRegistry registry
    • namespace

      private final String namespace
  • Constructor Details

    • AutoValue_PrometheusStatsConfiguration

      private AutoValue_PrometheusStatsConfiguration(io.prometheus.client.CollectorRegistry registry, String namespace)
  • Method Details