Uses of Interface
io.grpc.CallbackMetricInstrument
Packages that use CallbackMetricInstrument
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of CallbackMetricInstrument in io.grpc
Classes in io.grpc that implement CallbackMetricInstrumentModifier and TypeClassDescriptionfinal class
Represents a long-valued gauge metric instrument.Methods in io.grpc with parameters of type CallbackMetricInstrumentModifier and TypeMethodDescriptiondefault 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
(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 CallbackMetricInstrumentModifier and TypeMethodDescriptionMetricRecorderImpl.registerBatchCallback
(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)