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 classRepresents a long-valued gauge metric instrument.Methods in io.grpc with parameters of type CallbackMetricInstrumentModifier and TypeMethodDescriptiondefault MetricRecorder.RegistrationMetricRecorder.registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments) Registers a callback to produce metric values for only the listed instruments.default MetricSink.RegistrationMetricSink.registerBatchCallback(Runnable callback, CallbackMetricInstrument... metricInstruments) Registers a callback to produce metric values for only the listed instruments.