interface |
PinotCounter |
An incrementing and decrementing counter metric in Pinot.
|
interface |
PinotGauge<T> |
A gauge metric is an instantaneous reading of a particular value.
|
interface |
PinotHistogram |
A metric which calculates the distribution of a value.
|
interface |
PinotMeter |
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
exponentially-weighted moving average throughput.
|
interface |
PinotMetered |
An object which maintains mean and exponentially-weighted rate in Pinot.
|
interface |
PinotTimer |
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via PinotMeter.
|