Package org.apache.pinot.common.metrics
Interface AbstractMetrics.Gauge
-
- All Known Implementing Classes:
BrokerGauge,ControllerGauge,MinionGauge,ServerGauge
- Enclosing class:
- AbstractMetrics<QP extends AbstractMetrics.QueryPhase,M extends AbstractMetrics.Meter,G extends AbstractMetrics.Gauge,T extends AbstractMetrics.Timer>
public static interface AbstractMetrics.Gauge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGaugeName()StringgetUnit()booleanisGlobal()
-