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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_PrometheusStatsConfiguration(io.prometheus.client.CollectorRegistry registry, String namespace) -
Method Summary
Methods inherited from class PrometheusStatsConfiguration
builder
-
Field Details
-
registry
private final io.prometheus.client.CollectorRegistry registry -
namespace
-
-
Constructor Details
-
AutoValue_PrometheusStatsConfiguration
private AutoValue_PrometheusStatsConfiguration(io.prometheus.client.CollectorRegistry registry, String namespace)
-
-
Method Details
-
getRegistry
public io.prometheus.client.CollectorRegistry getRegistry()Description copied from class:PrometheusStatsConfigurationReturns the PrometheusCollectorRegistry.- Specified by:
getRegistryin classPrometheusStatsConfiguration- Returns:
- the Prometheus
CollectorRegistry.
-
getNamespace
Description copied from class:PrometheusStatsConfigurationReturns the namespace used for Prometheus metrics.- Specified by:
getNamespacein classPrometheusStatsConfiguration- Returns:
- the namespace.
-
toString
-
equals
-
hashCode
-