Uses of Class
io.grpc.LongGaugeMetricInstrument
-
Packages that use LongGaugeMetricInstrument Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.rls -
-
Uses of LongGaugeMetricInstrument in io.grpc
Methods in io.grpc that return LongGaugeMetricInstrument Modifier and Type Method Description LongGaugeMetricInstrument
MetricInstrumentRegistry. registerLongGauge(java.lang.String name, java.lang.String description, java.lang.String unit, java.util.List<java.lang.String> requiredLabelKeys, java.util.List<java.lang.String> optionalLabelKeys, boolean enableByDefault)
Registers a new Long Gauge metric instrument.Methods in io.grpc with parameters of type LongGaugeMetricInstrument Modifier and Type Method Description default void
MetricRecorder.BatchRecorder. recordLongGauge(LongGaugeMetricInstrument metricInstrument, long value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Record a long gauge value.default void
MetricSink. recordLongGauge(LongGaugeMetricInstrument metricInstrument, long value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
Record a long gauge value. -
Uses of LongGaugeMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type LongGaugeMetricInstrument Modifier and Type Method Description void
MetricRecorderImpl.BatchRecorderImpl. recordLongGauge(LongGaugeMetricInstrument metricInstrument, long value, java.util.List<java.lang.String> requiredLabelValues, java.util.List<java.lang.String> optionalLabelValues)
-
Uses of LongGaugeMetricInstrument in io.grpc.rls
Fields in io.grpc.rls declared as LongGaugeMetricInstrument Modifier and Type Field Description private static LongGaugeMetricInstrument
CachingRlsLbClient. CACHE_ENTRIES_GAUGE
private static LongGaugeMetricInstrument
CachingRlsLbClient. CACHE_SIZE_GAUGE
-