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