Class StatsdGauge<T>

java.lang.Object
io.micrometer.core.instrument.AbstractMeter
io.micrometer.statsd.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 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

    Modifier and Type
    Method
    Description
    void
     
    double
     

    Methods inherited from class io.micrometer.core.instrument.AbstractMeter

    equals, getId, hashCode

    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 Details

    • value

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

      public void poll()