Class Measurement

java.lang.Object
io.micrometer.core.instrument.Measurement

public class Measurement extends Object
A measurement sampled from a meter.
  • Constructor Details

  • Method Details

    • getValue

      public double getValue()
      Returns:
      Value for the measurement.
    • getStatistic

      public Statistic getStatistic()
    • toString

      public String toString()
      Overrides:
      toString in class Object