Uses of Interface
org.apache.pinot.spi.metrics.PinotMetered
-
Packages that use PinotMetered Package Description org.apache.pinot.spi.metrics -
-
Uses of PinotMetered in org.apache.pinot.spi.metrics
Subinterfaces of PinotMetered in org.apache.pinot.spi.metrics Modifier and Type Interface Description interfacePinotMeterA meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughput.interfacePinotTimerA timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaPinotMeter.
-