Class ExtendedDefaultMeter.NoopLongGauge
java.lang.Object
io.opentelemetry.api.incubator.metrics.ExtendedDefaultMeter.NoopLongGauge
- All Implemented Interfaces:
ExtendedLongGauge,LongGauge
- Enclosing class:
ExtendedDefaultMeter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(long value) Set the gauge value.voidset(long value, Attributes attributes) Records a value with a set of attributes.voidset(long value, Attributes attributes, Context context) Records a value with a set of attributes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.api.incubator.metrics.ExtendedLongGauge
isEnabled
-
Constructor Details
-
NoopLongGauge
private NoopLongGauge()
-
-
Method Details