Class HistogramSnapshot

java.lang.Object
io.micrometer.core.instrument.distribution.HistogramSnapshot

public final class HistogramSnapshot
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    HistogramSnapshot​(long count, double total, double max, ValueAtPercentile[] percentileValues, CountAtBucket[] histogramCounts, java.util.function.BiConsumer<java.io.PrintStream,​java.lang.Double> summaryOutput)  
  • Method Summary

    Modifier and Type Method Description
    long count()  
    static HistogramSnapshot empty​(long count, double total, double max)  
    CountAtBucket[] histogramCounts()  
    double max()  
    double max​(java.util.concurrent.TimeUnit unit)  
    double mean()  
    double mean​(java.util.concurrent.TimeUnit unit)  
    void outputSummary​(java.io.PrintStream out, double scale)  
    ValueAtPercentile[] percentileValues()  
    java.lang.String toString()  
    double total()  
    double total​(java.util.concurrent.TimeUnit unit)  

    Methods inherited from class java.lang.Object

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