Class MetricValuesEndpoint.Sample

java.lang.Object
de.otto.edison.metrics.cloudwatch.controller.MetricValuesEndpoint.Sample
Enclosing class:
MetricValuesEndpoint

public static final class MetricValuesEndpoint.Sample
extends java.lang.Object
A measurement sample combining a statistic and a value.
  • Method Summary

    Modifier and Type Method Description
    io.micrometer.core.instrument.Statistic getStatistic()  
    java.lang.Double getValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getStatistic

      public io.micrometer.core.instrument.Statistic getStatistic()
    • getValue

      public java.lang.Double getValue()
    • toString

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