Uses of Interface
io.grpc.CallbackMetricInstrument
-
Packages that use CallbackMetricInstrument Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of CallbackMetricInstrument in io.grpc
Classes in io.grpc that implement CallbackMetricInstrument Modifier and Type Class Description class
LongGaugeMetricInstrument
Represents a long-valued gauge metric instrument.Methods in io.grpc with parameters of type CallbackMetricInstrument Modifier and Type Method Description default MetricRecorder.Registration
MetricRecorder. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)
Registers a callback to produce metric values for only the listed instruments.default MetricSink.Registration
MetricSink. registerBatchCallback(java.lang.Runnable callback, CallbackMetricInstrument... metricInstruments)
Registers a callback to produce metric values for only the listed instruments. -
Uses of CallbackMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type CallbackMetricInstrument Modifier and Type Method Description MetricRecorder.Registration
MetricRecorderImpl. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)
-