Interface LongGauge
@ThreadSafe
public interface LongGauge
A gauge instrument that synchronously records
long values.-
Method Summary
-
Method Details
-
set
void set(long value) Set the gauge value.- Parameters:
value- The current gauge value.
-
set
void set(long value, io.opentelemetry.api.common.Attributes attributes) Records a value with a set of attributes.- Parameters:
value- The current gauge value.attributes- A set of attributes to associate with the value.
-