Uses of Class
io.grpc.DoubleCounterMetricInstrument
Packages that use DoubleCounterMetricInstrument
-
Uses of DoubleCounterMetricInstrument in io.grpc
Methods in io.grpc that return DoubleCounterMetricInstrumentModifier and TypeMethodDescriptionMetricInstrumentRegistry.registerDoubleCounter(String name, String description, String unit, List<String> requiredLabelKeys, List<String> optionalLabelKeys, boolean enableByDefault) Registers a new Double Counter metric instrument.Methods in io.grpc with parameters of type DoubleCounterMetricInstrumentModifier and TypeMethodDescriptiondefault voidMetricRecorder.addDoubleCounter(DoubleCounterMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a double-precision counter metric instrument.default voidMetricSink.addDoubleCounter(DoubleCounterMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a double-precision counter associated with specified metric instrument.