Uses of Class
io.grpc.LongGaugeMetricInstrument
Packages that use LongGaugeMetricInstrument
-
Uses of LongGaugeMetricInstrument in io.grpc
Methods in io.grpc that return LongGaugeMetricInstrumentModifier and TypeMethodDescriptionMetricInstrumentRegistry.registerLongGauge(String name, String description, String unit, List<String> requiredLabelKeys, List<String> optionalLabelKeys, boolean enableByDefault) Registers a new Long Gauge metric instrument.Methods in io.grpc with parameters of type LongGaugeMetricInstrumentModifier and TypeMethodDescriptiondefault voidMetricRecorder.BatchRecorder.recordLongGauge(LongGaugeMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Record a long gauge value.default voidMetricSink.recordLongGauge(LongGaugeMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Record a long gauge value.