Structs§
- A service wrapper that injects the
TracingContext
obtained from the current tracing span into the HTTP headers of the request.
Traits§
- An extension trait for tonic’s
Channel
that wraps it into aTracingInjectChannel
.
Type Aliases§
- A wrapper around tonic’s
Channel
that injects theTracingContext
obtained from the current tracing span when making gRPC requests.