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 voidMetricRecorder.addLongCounter(LongCounterMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a long valued counter metric instrument.default voidMetricSink.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 TypeMethodDescriptionvoidMetricRecorderImpl.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 LongCounterMetricInstrumentCachingRlsLbClient.DEFAULT_TARGET_PICKS_COUNTERprivate static final LongCounterMetricInstrumentCachingRlsLbClient.FAILED_PICKS_COUNTERprivate static final LongCounterMetricInstrumentCachingRlsLbClient.TARGET_PICKS_COUNTER