Uses of Interface
io.grpc.CallbackMetricInstrument
Packages that use CallbackMetricInstrument
-
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.