Docs.rs
opentelemetry-tracing-utils-0.5.0
opentelemetry-tracing-utils 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SG60
Dependencies
anyhow ^1.0.82
normal
http ^1.0.0
normal
optional
opentelemetry ^0.24
normal
opentelemetry-http ^0.13
normal
optional
opentelemetry-otlp ^0.17
normal
opentelemetry-semantic-conventions ^0.13.0
normal
opentelemetry-stdout ^0.5
normal
opentelemetry_sdk ^0.24
normal
serde ^1.0.200
normal
serde_json ^1.0.116
normal
thiserror ^1.0.58
normal
tonic ^0.8.3
normal
tower ^0.4.13
normal
optional
tower-http ^0.6.1
normal
optional
tracing ^0.1.40
normal
tracing-opentelemetry ^0.25.0
normal
tracing-serde ^0.1.3
normal
tracing-subscriber ^0.3.18
normal
tokio ^1.41.0
dev
Versions
33.33%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
opentelemetry_
tracing_
utils
0.5.0
Module tower_
tracing
Module Items
Structs
Functions
In crate opentelemetry_
tracing_
utils
opentelemetry_tracing_utils
Module
tower_tracing
Copy item path
Source
Structs
§
Tracing
Layer
Tracing
Service
A middleware that sorts tracing propagation to a client
Functions
§
get_
otel_
context_
from_
request
Just get the context, don’t set the parent context
make_
tower_
http_
otel_
trace_
layer
Trace context propagation: associate a new span with the OTel trace of the given request, if any and valid.