Package io.opentelemetry.api.metrics
Interface SynchronousInstrument.BoundInstrument
-
- All Known Subinterfaces:
DoubleCounter.BoundDoubleCounter
,DoubleUpDownCounter.BoundDoubleUpDownCounter
,DoubleValueRecorder.BoundDoubleValueRecorder
,LongCounter.BoundLongCounter
,LongUpDownCounter.BoundLongUpDownCounter
,LongValueRecorder.BoundLongValueRecorder
- Enclosing interface:
- SynchronousInstrument<B extends SynchronousInstrument.BoundInstrument>
public static interface SynchronousInstrument.BoundInstrument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unbind()
Unbinds the currentBound
from the Instrument.
-