Package org.apache.pinot.spi.metrics
Interface PinotMetric
-
- All Known Subinterfaces:
PinotCounter,PinotGauge<T>,PinotHistogram,PinotMeter,PinotMetered,PinotTimer
public interface PinotMetricA tag interface to indicate that a class is a metric in Pinot.
-
-
Method Detail
-
getMetric
Object getMetric()
Return the actual object
-
-