Uses of Class
io.grpc.DoubleHistogramMetricInstrument
Packages that use DoubleHistogramMetricInstrument
-
Uses of DoubleHistogramMetricInstrument in io.grpc
Methods in io.grpc that return DoubleHistogramMetricInstrumentModifier and TypeMethodDescriptionMetricInstrumentRegistry.registerDoubleHistogram
(String name, String description, String unit, List<Double> bucketBoundaries, List<String> requiredLabelKeys, List<String> optionalLabelKeys, boolean enableByDefault) Registers a new Double Histogram metric instrument.Methods in io.grpc with parameters of type DoubleHistogramMetricInstrumentModifier and TypeMethodDescriptiondefault void
MetricRecorder.recordDoubleHistogram
(DoubleHistogramMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Records a value for a double-precision histogram metric instrument.default void
MetricSink.recordDoubleHistogram
(DoubleHistogramMetricInstrument metricInstrument, double value, List<String> requiredLabelValues, List<String> optionalLabelValues) Records a value for a double-precision histogram metric associated with specified metric instrument.