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 LongGaugeMetricInstrumentMetricInstrumentRegistry. 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 voidMetricRecorder.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 voidMetricSink. 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 voidMetricRecorderImpl.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 LongGaugeMetricInstrumentCachingRlsLbClient. CACHE_ENTRIES_GAUGEprivate static LongGaugeMetricInstrumentCachingRlsLbClient. CACHE_SIZE_GAUGE
-