Uses of Interface
org.apache.pinot.spi.metrics.PinotHistogram
-
Packages that use PinotHistogram Package Description org.apache.pinot.spi.metrics -
-
Uses of PinotHistogram in org.apache.pinot.spi.metrics
Methods in org.apache.pinot.spi.metrics that return PinotHistogram Modifier and Type Method Description PinotHistogramPinotMetricsRegistry. newHistogram(PinotMetricName name, boolean biased)Creates a newPinotHistogramand registers it under the given metric name.
-