Class StatsdGauge<T>

  • All Implemented Interfaces:
    io.micrometer.core.instrument.Gauge, io.micrometer.core.instrument.Meter

    public class StatsdGauge<T>
    extends io.micrometer.core.instrument.AbstractMeter
    implements io.micrometer.core.instrument.Gauge
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micrometer.core.instrument.Gauge

        io.micrometer.core.instrument.Gauge.Builder<T extends java.lang.Object>
      • Nested classes/interfaces inherited from interface io.micrometer.core.instrument.Meter

        io.micrometer.core.instrument.Meter.Builder, io.micrometer.core.instrument.Meter.Id, io.micrometer.core.instrument.Meter.Type
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      void poll()  
      double value()  
      • Methods inherited from class io.micrometer.core.instrument.AbstractMeter

        getId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micrometer.core.instrument.Gauge

        measure
      • Methods inherited from interface io.micrometer.core.instrument.Meter

        close, getId, match, use
    • Method Detail

      • value

        public double value()
        Specified by:
        value in interface io.micrometer.core.instrument.Gauge
      • poll

        public void poll()
      • 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