Package io.opentelemetry.api.metrics
Interface AsynchronousInstrument.LongResult
-
- All Superinterfaces:
AsynchronousInstrument.Result
- Enclosing interface:
- AsynchronousInstrument<R extends AsynchronousInstrument.Result>
public static interface AsynchronousInstrument.LongResult extends AsynchronousInstrument.Result
The result for theAsynchronousInstrument.Callback
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
observe(long value, Labels labels)
-
-
-
Method Detail
-
observe
void observe(long value, Labels labels)
-
-