Uses of Class
io.grpc.LongCounterMetricInstrument
Packages that use LongCounterMetricInstrument
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of LongCounterMetricInstrument in io.grpc
Methods in io.grpc that return LongCounterMetricInstrumentModifier and TypeMethodDescriptionMetricInstrumentRegistry.registerLongCounter
(String name, String description, String unit, List<String> requiredLabelKeys, List<String> optionalLabelKeys, boolean enableByDefault) Registers a new Long Counter metric instrument.Methods in io.grpc with parameters of type LongCounterMetricInstrumentModifier and TypeMethodDescriptiondefault void
MetricRecorder.addLongCounter
(LongCounterMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a long valued counter metric instrument.default void
MetricSink.addLongCounter
(LongCounterMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a long valued counter metric associated with specified metric instrument. -
Uses of LongCounterMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type LongCounterMetricInstrumentModifier and TypeMethodDescriptionvoid
MetricRecorderImpl.addLongCounter
(LongCounterMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Records a long counter value. -
Uses of LongCounterMetricInstrument in io.grpc.rls
Fields in io.grpc.rls declared as LongCounterMetricInstrumentModifier and TypeFieldDescriptionprivate static final LongCounterMetricInstrument
CachingRlsLbClient.DEFAULT_TARGET_PICKS_COUNTER
private static final LongCounterMetricInstrument
CachingRlsLbClient.FAILED_PICKS_COUNTER
private static final LongCounterMetricInstrument
CachingRlsLbClient.TARGET_PICKS_COUNTER