Package io.opentelemetry.api.metrics
Interface BoundLongValueRecorder
-
@ThreadSafe public interface BoundLongValueRecorder
ABound Instrument
for aLongValueRecorder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
record(long value)
Records the given measurement, associated with the currentContext
.void
unbind()
-