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 Classes Modifier and Type Class Description (package private) static classAutoValue_PrometheusStatsConfiguration.Builder
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_PrometheusStatsConfiguration(io.prometheus.client.CollectorRegistry registry, java.lang.String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetNamespace()Returns the namespace used for Prometheus metrics.io.prometheus.client.CollectorRegistrygetRegistry()Returns the PrometheusCollectorRegistry.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration
builder
-
-
-
-
Method Detail
-
getRegistry
public io.prometheus.client.CollectorRegistry getRegistry()
Description copied from class:PrometheusStatsConfigurationReturns the PrometheusCollectorRegistry.- Specified by:
getRegistryin classPrometheusStatsConfiguration- Returns:
- the Prometheus
CollectorRegistry.
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:PrometheusStatsConfigurationReturns the namespace used for Prometheus metrics.- Specified by:
getNamespacein classPrometheusStatsConfiguration- Returns:
- the namespace.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-