Docs.rs
tower-otel-0.8.0
tower-otel 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mattiapenati
Dependencies
axum ^0.8
normal
optional
cfg-if ^1
normal
http ^1
normal
http-body ^1
normal
opentelemetry ^0.31
normal
pin-project ^1
normal
tower-layer ^0.3
normal
tower-service ^0.3
normal
tracing ^0.1
normal
tracing-opentelemetry ^0.32
normal
Versions
100%
of the crate is documented
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
Crate tower_otel
tower_
otel
0.8.0
All Items
Sections
Crate features
Crate Items
Modules
Crate
tower_
otel
Copy item path
Source
Expand description
§
Crate features
axum
- Enables the
axum
integration. Trace and metrics will contain the
http.route
attribute, populated with the path in the router that matches the request, as well as the
client.address
and
client.port
attributes.
Modules
§
metrics
Middleware that adds metrics to a
Service
.
trace
Middleware that adds tracing to a
Service
.