Docs.rs
opentelemetry-http-0.28.0
opentelemetry-http 0.28.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jtescher
cijothomas
github:open-telemetry:rust-publishers
Dependencies
async-trait ^0.1
normal
bytes ^1
normal
http ^1.1
normal
http-body-util ^0.1
normal
optional
hyper ^1.3
normal
optional
hyper-util ^0.1
normal
optional
opentelemetry ^0.28
normal
reqwest ^0.12
normal
optional
tokio ^1
normal
optional
tracing >=0.1.40
normal
optional
Versions
77.78%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
opentelemetry_
http
0.28.0
All Items
Crate Items
Re-exports
Structs
Traits
Type Aliases
Crate
opentelemetry_http
Copy item path
Source
Re-exports
§
pub use bytes::
Bytes
;
pub use http::
Request
;
pub use http::
Response
;
Structs
§
Header
Extractor
Helper for extracting headers from HTTP Requests. This is used for OpenTelemetry context propagation over HTTP. See
this
for example usage.
Header
Injector
Helper for injecting headers into HTTP Requests. This is used for OpenTelemetry context propagation over HTTP. See
this
for example usage.
Traits
§
Http
Client
A minimal interface necessary for sending requests over HTTP. Used primarily for exporting telemetry over HTTP. Also used for fetching sampling strategies for JaegerRemoteSampler
Response
Ext
Methods to make working with responses from the
HttpClient
trait easier.
Type Aliases
§
Http
Error