Package io.grpc

Class DoubleCounterMetricInstrument

java.lang.Object
io.grpc.PartialMetricInstrument
io.grpc.DoubleCounterMetricInstrument
All Implemented Interfaces:
MetricInstrument

@Internal public final class DoubleCounterMetricInstrument extends PartialMetricInstrument
Represents a double-valued counter metric instrument.
  • Constructor Details

    • DoubleCounterMetricInstrument

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