File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ are not maintained by the `tokio` project. These include:
406406- [ ` tracing-loki ` ] provides a layer for shipping logs to [ Grafana Loki] .
407407- [ ` tracing-logfmt ` ] provides a layer that formats events and spans into the logfmt format.
408408- [ ` tracing-chrome ` ] provides a layer that exports trace data that can be viewed in ` chrome://tracing ` .
409+ - [ ` reqwest-tracing ` ] provides a middleware to trace [ ` reqwest ` ] HTTP requests.
409410
410411(if you're the maintainer of a ` tracing ` ecosystem crate not in this list,
411412please let us know!)
@@ -446,6 +447,8 @@ please let us know!)
446447[ Grafana Loki ] : https://grafana.com/oss/loki/
447448[ `tracing-logfmt` ] : https://crates.io/crates/tracing-logfmt
448449[ `tracing-chrome` ] : https://crates.io/crates/tracing-chrome
450+ [ `reqwest-tracing` ] : https://crates.io/crates/reqwest-tracing
451+ [ `reqwest` ] : https://crates.io/crates/reqwest
449452
450453** Note:** that some of the ecosystem crates are currently unreleased and
451454undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change 746746//! grouping together logs from the same spans during writing.
747747//! - [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
748748//! - [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
749+ //! - [`reqwest-tracing`] provides a middleware to trace [`reqwest`] HTTP requests.
749750//!
750751//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
751752//! please let us know! We'd love to add your project to the list!
784785//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
785786//! [Grafana Loki]: https://grafana.com/oss/loki/
786787//! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
788+ //! [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing
789+ //! [`reqwest`]: https://crates.io/crates/reqwest
787790//!
788791//! <pre class="ignore" style="white-space:normal;font:inherit;">
789792//! <strong>Note</strong>: Some of these ecosystem crates are currently
You can’t perform that action at this time.
0 commit comments