Package io.opentelemetry.api.metrics
Class DefaultMeter.NoopLongGauge
java.lang.Object
io.opentelemetry.api.metrics.DefaultMeter.NoopLongGauge
- All Implemented Interfaces:
LongGauge
- Enclosing class:
DefaultMeter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(long value) Set the gauge value.void
set
(long value, Attributes attributes) Records a value with a set of attributes.void
set
(long value, Attributes attributes, Context context) Records a value with a set of attributes.
-
Constructor Details
-
NoopLongGauge
private NoopLongGauge()
-
-
Method Details