Package io.engineblock.metrics
Interface HdrDeltaHistogramProvider
-
- All Known Subinterfaces:
HdrDeltaHistogramAttachment
- All Known Implementing Classes:
NicerHistogram,NicerTimer
public interface HdrDeltaHistogramProvider
-
-
Method Summary
Modifier and Type Method Description org.HdrHistogram.HistogramgetNextHdrDeltaHistogram()Create a new interval histogram from the current data, then reset the histogram reservoir.
-