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 LongCounterMetricInstrumentMetricInstrumentRegistry. 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 voidMetricRecorder. 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 voidMetricSink. 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 voidMetricRecorderImpl. 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 LongCounterMetricInstrumentCachingRlsLbClient. DEFAULT_TARGET_PICKS_COUNTERprivate static LongCounterMetricInstrumentCachingRlsLbClient. FAILED_PICKS_COUNTERprivate static LongCounterMetricInstrumentCachingRlsLbClient. TARGET_PICKS_COUNTER
-