Uses of Class
io.grpc.LongGaugeMetricInstrument
Packages that use LongGaugeMetricInstrument
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
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 void
MetricRecorder.BatchRecorder.recordLongGauge
(LongGaugeMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Record a long gauge value.default void
MetricSink.recordLongGauge
(LongGaugeMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) Record a long gauge value. -
Uses of LongGaugeMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type LongGaugeMetricInstrumentModifier and TypeMethodDescriptionvoid
MetricRecorderImpl.BatchRecorderImpl.recordLongGauge
(LongGaugeMetricInstrument metricInstrument, long value, List<String> requiredLabelValues, List<String> optionalLabelValues) -
Uses of LongGaugeMetricInstrument in io.grpc.rls
Fields in io.grpc.rls declared as LongGaugeMetricInstrumentModifier and TypeFieldDescriptionprivate static final LongGaugeMetricInstrument
CachingRlsLbClient.CACHE_ENTRIES_GAUGE
private static final LongGaugeMetricInstrument
CachingRlsLbClient.CACHE_SIZE_GAUGE