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.
-
Field Summary
Fields inherited from class PartialMetricInstrument
description, enableByDefault, index, name, optionalLabelKeys, requiredLabelKeys, unit -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PartialMetricInstrument
getDescription, getIndex, getName, getOptionalLabelKeys, getRequiredLabelKeys, getUnit, isEnableByDefault, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface MetricInstrument
getDescription, getIndex, getName, getOptionalLabelKeys, getRequiredLabelKeys, getUnit, isEnableByDefault
-
Constructor Details
-
LongGaugeMetricInstrument
-