Uses of Interface
io.grpc.MetricRecorder.Registration
-
Packages that use MetricRecorder.Registration Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.rls -
-
Uses of MetricRecorder.Registration in io.grpc
Subinterfaces of MetricRecorder.Registration in io.grpc Modifier and Type Interface Description static interface
MetricSink.Registration
Methods in io.grpc that return MetricRecorder.Registration 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. -
Uses of MetricRecorder.Registration in io.grpc.internal
Methods in io.grpc.internal that return MetricRecorder.Registration Modifier and Type Method Description MetricRecorder.Registration
MetricRecorderImpl. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)
-
Uses of MetricRecorder.Registration in io.grpc.rls
Fields in io.grpc.rls declared as MetricRecorder.Registration Modifier and Type Field Description private MetricRecorder.Registration
CachingRlsLbClient. gaugeRegistration
-