Package io.opentelemetry.instrumentation.api.tracer.async
Provides implementations of strategies for tracing methods that return asynchronous and reactive
values so that the span can be ended when the asynchronous operation completes.
-
Interface Summary Interface Description AsyncSpanEndStrategy Represents an implementation of a strategy for composing over the return value of an asynchronous traced method which can compose or register for notification of completion at which point the span representing the invocation of the method will be ended. -
Class Summary Class Description AsyncSpanEndStrategies Registry ofAsyncSpanEndStrategyimplementations for tracing the asynchronous operations represented by the return type of a traced method.