Uses of Class
io.grpc.DoubleCounterMetricInstrument
Packages that use DoubleCounterMetricInstrument
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
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 void
MetricRecorder.addDoubleCounter
(DoubleCounterMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a double-precision counter metric instrument.default void
MetricSink.addDoubleCounter
(DoubleCounterMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Adds a value for a double-precision counter associated with specified metric instrument. -
Uses of DoubleCounterMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type DoubleCounterMetricInstrumentModifier and TypeMethodDescriptionvoid
MetricRecorderImpl.addDoubleCounter
(DoubleCounterMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Records a double counter value.