Functionsยง
- Streams wrapped by
instrument_await_tree
will be able to print the spans of the executors in the stack trace throughawait-tree
. - Streams wrapped by
trace
will be traced withtracing
spans and reported toopentelemetry
.
instrument_await_tree
will be able to print the spans of the
executors in the stack trace through await-tree
.trace
will be traced with tracing
spans and reported to opentelemetry
.