Expand description
Utilities for tracing and logging.
Some fairly opinionated!
Re-exports§
pub use opentelemetry_semantic_conventions as semcov;
pub use tower_tracing::*;
Modules§
Structs§
- This interceptor adds tokio tracing opentelemetry headers to grpc requests. Allows stitching together distributed traces!
Traits§
Functions§
- Set up an OTEL pipeline when the OTLP endpoint is set. Otherwise just set up tokio tracing support.
- Shut down the current tracer provider. This will invoke the shutdown method on all span processors. span processors should export remaining spans before return
Type Aliases§
- A tonic channel intercepted to provide distributed tracing context propagation.