Uses of Class
io.grpc.LongCounterMetricInstrument
Packages that use LongCounterMetricInstrument
-
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.