Package io.grpc

Class LongGaugeMetricInstrument

java.lang.Object
io.grpc.PartialMetricInstrument
io.grpc.LongGaugeMetricInstrument
All Implemented Interfaces:
CallbackMetricInstrument, MetricInstrument

@Internal public final class LongGaugeMetricInstrument extends PartialMetricInstrument implements CallbackMetricInstrument
Represents a long-valued gauge metric instrument.
  • Constructor Details

    • LongGaugeMetricInstrument

      public LongGaugeMetricInstrument(int index, String name, String description, String unit, List<String> requiredLabelKeys, List<String> optionalLabelKeys, boolean enableByDefault)