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
ConstructorsModifierConstructorDescriptionprivate
AutoValue_PrometheusStatsConfiguration
(io.prometheus.client.CollectorRegistry registry, String namespace) -
Method Summary
Methods inherited from class io.opencensus.exporter.stats.prometheus.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:PrometheusStatsConfiguration
Returns the PrometheusCollectorRegistry
.- Specified by:
getRegistry
in classPrometheusStatsConfiguration
- Returns:
- the Prometheus
CollectorRegistry
.
-
getNamespace
Description copied from class:PrometheusStatsConfiguration
Returns the namespace used for Prometheus metrics.- Specified by:
getNamespace
in classPrometheusStatsConfiguration
- Returns:
- the namespace.
-
toString
-
equals
-
hashCode
public int hashCode()
-