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