Package org.apache.pinot.spi.metrics
Interface PinotHistogram
-
- All Superinterfaces:
PinotMetric
public interface PinotHistogram extends PinotMetric
A metric which calculates the distribution of a value.- See Also:
- Accurately computing running variance
-
-
Method Summary
Modifier and Type Method Description ObjectgetHistogram()-
Methods inherited from interface org.apache.pinot.spi.metrics.PinotMetric
getMetric
-
-
-
-
Method Detail
-
getHistogram
Object getHistogram()
-
-