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