Package io.opentelemetry.api.metrics
Interface AsynchronousInstrument.DoubleResult
-
- Enclosing interface:
- AsynchronousInstrument
public static interface AsynchronousInstrument.DoubleResult
The result pass to the updater.
-
-
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)
-
-