Uses of Class
io.grpc.LongHistogramMetricInstrument
Packages that use LongHistogramMetricInstrument
-
Uses of LongHistogramMetricInstrument in io.grpc
Methods in io.grpc that return LongHistogramMetricInstrumentModifier and TypeMethodDescriptionMetricInstrumentRegistry.registerLongHistogram
(String name, String description, String unit, List<Long> bucketBoundaries, List<String> requiredLabelKeys, List<String> optionalLabelKeys, boolean enableByDefault) Registers a new Long Histogram metric instrument.Methods in io.grpc with parameters of type LongHistogramMetricInstrumentModifier and TypeMethodDescriptiondefault void
MetricRecorder.recordLongHistogram
(LongHistogramMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Records a value for a long valued histogram metric instrument.default void
MetricSink.recordLongHistogram
(LongHistogramMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Records a value for a long valued histogram metric associated with specified metric instrument.