Expand description
Structs§
- Tokio
- Runtime implementation, which works with Tokio’s multi thread runtime.
Enums§
- TrySend
Error - Error returned by a
TrySend
implementation.
Traits§
- Runtime
- A runtime is an abstraction of an async runtime like Tokio or async-std. It allows OpenTelemetry to work with any current and hopefully future runtime implementation.
- Runtime
Channel RuntimeChannel
is an extension toRuntime
. Currently, it provides a channel that is used by the log and span batch processors.- TrySend
- TrySend is an abstraction of
Sender
that is capable of sending messages through a reference.