Package io.grpc
Interface CallbackMetricInstrument
-
- All Superinterfaces:
MetricInstrument
- All Known Implementing Classes:
LongGaugeMetricInstrument
@Internal public interface CallbackMetricInstrument extends MetricInstrument
Tagging interface for MetricInstruments that can be used with batch callbacks.
-
-
Method Summary
-
Methods inherited from interface io.grpc.MetricInstrument
getDescription, getIndex, getName, getOptionalLabelKeys, getRequiredLabelKeys, getUnit, isEnableByDefault
-
-