Uses of Class
io.grpc.DoubleHistogramMetricInstrument
-
Packages that use DoubleHistogramMetricInstrument Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of DoubleHistogramMetricInstrument in io.grpc
Methods in io.grpc that return DoubleHistogramMetricInstrument Modifier and Type Method Description DoubleHistogramMetricInstrument
MetricInstrumentRegistry. registerDoubleHistogram(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<java.lang.Double> bucketBoundaries, java.util.List<java.lang.String> requiredLabelKeys, java.util.List<java.lang.String> optionalLabelKeys, boolean enableByDefault)
Registers a new Double Histogram metric instrument.Methods in io.grpc with parameters of type DoubleHistogramMetricInstrument Modifier and Type Method Description default void
MetricRecorder. recordDoubleHistogram(DoubleHistogramMetricInstrument metricInstrument, double value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Records a value for a double-precision histogram metric instrument.default void
MetricSink. recordDoubleHistogram(DoubleHistogramMetricInstrument metricInstrument, double value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Records a value for a double-precision histogram metric associated with specified metric instrument. -
Uses of DoubleHistogramMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type DoubleHistogramMetricInstrument Modifier and Type Method Description void
MetricRecorderImpl. recordDoubleHistogram(DoubleHistogramMetricInstrument metricInstrument, double value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Records a double histogram value.
-