Class NoopHistogram

java.lang.Object
io.micrometer.core.instrument.distribution.NoopHistogram
All Implemented Interfaces:
Histogram, java.lang.AutoCloseable

public class NoopHistogram
extends java.lang.Object
implements Histogram
  • Field Summary

    Fields
    Modifier and Type Field Description
    static NoopHistogram INSTANCE  
  • Method Summary

    Modifier and Type Method Description
    void recordDouble​(double value)  
    void recordLong​(long value)  
    HistogramSnapshot takeSnapshot​(long count, double total, double max)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micrometer.core.instrument.distribution.Histogram

    close