Uses of Class
io.grpc.LongCounterMetricInstrument
-
Packages that use LongCounterMetricInstrument 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 LongCounterMetricInstrument in io.grpc
Methods in io.grpc that return LongCounterMetricInstrument Modifier and Type Method Description LongCounterMetricInstrument
MetricInstrumentRegistry. registerLongCounter(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<java.lang.String> requiredLabelKeys, java.util.List<java.lang.String> optionalLabelKeys, boolean enableByDefault)
Registers a new Long Counter metric instrument.Methods in io.grpc with parameters of type LongCounterMetricInstrument Modifier and Type Method Description default void
MetricRecorder. addLongCounter(LongCounterMetricInstrument metricInstrument, long value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Adds a value for a long valued counter metric instrument.default void
MetricSink. addLongCounter(LongCounterMetricInstrument metricInstrument, long value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.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 LongCounterMetricInstrument Modifier and Type Method Description void
MetricRecorderImpl. addLongCounter(LongCounterMetricInstrument metricInstrument, long value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Records a long counter value. -
Uses of LongCounterMetricInstrument in io.grpc.rls
Fields in io.grpc.rls declared as LongCounterMetricInstrument Modifier and Type Field Description private static LongCounterMetricInstrument
CachingRlsLbClient. DEFAULT_TARGET_PICKS_COUNTER
private static LongCounterMetricInstrument
CachingRlsLbClient. FAILED_PICKS_COUNTER
private static LongCounterMetricInstrument
CachingRlsLbClient. TARGET_PICKS_COUNTER
-