Class ExtendedDefaultMeter.NoopLongGauge
- java.lang.Object
-
- io.opentelemetry.api.incubator.metrics.ExtendedDefaultMeter.NoopLongGauge
-
- All Implemented Interfaces:
ExtendedLongGauge,LongGauge
- Enclosing class:
- ExtendedDefaultMeter
private static class ExtendedDefaultMeter.NoopLongGauge extends java.lang.Object implements ExtendedLongGauge
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNoopLongGauge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(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, wait
-
Methods inherited from interface io.opentelemetry.api.incubator.metrics.ExtendedLongGauge
isEnabled
-
-
-
-
Method Detail
-
set
public void set(long value)
Description copied from interface:LongGaugeSet the gauge value.
-
set
public void set(long value, Attributes attributes)Description copied from interface:LongGaugeRecords a value with a set of attributes.
-
set
public void set(long value, Attributes attributes, Context context)Description copied from interface:LongGaugeRecords a value with a set of attributes.
-
-