Class AutoValue_PrometheusStatsConfiguration


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String namespace  
      private io.prometheus.client.CollectorRegistry registry  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AutoValue_PrometheusStatsConfiguration​(io.prometheus.client.CollectorRegistry registry, java.lang.String namespace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getNamespace()
      Returns the namespace used for Prometheus metrics.
      io.prometheus.client.CollectorRegistry getRegistry()
      Returns the Prometheus CollectorRegistry.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • registry

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

        private final java.lang.String namespace
    • Constructor Detail

      • AutoValue_PrometheusStatsConfiguration

        private AutoValue_PrometheusStatsConfiguration​(io.prometheus.client.CollectorRegistry registry,
                                                       java.lang.String namespace)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object