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:
406
406
- [ ` tracing-loki ` ] provides a layer for shipping logs to [ Grafana Loki] .
407
407
- [ ` tracing-logfmt ` ] provides a layer that formats events and spans into the logfmt format.
408
408
- [ ` 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.
409
410
410
411
(if you're the maintainer of a ` tracing ` ecosystem crate not in this list,
411
412
please let us know!)
@@ -446,6 +447,8 @@ please let us know!)
446
447
[ Grafana Loki ] : https://grafana.com/oss/loki/
447
448
[ `tracing-logfmt` ] : https://crates.io/crates/tracing-logfmt
448
449
[ `tracing-chrome` ] : https://crates.io/crates/tracing-chrome
450
+ [ `reqwest-tracing` ] : https://crates.io/crates/reqwest-tracing
451
+ [ `reqwest` ] : https://crates.io/crates/reqwest
449
452
450
453
** Note:** that some of the ecosystem crates are currently unreleased and
451
454
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change 746
746
//! grouping together logs from the same spans during writing.
747
747
//! - [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
748
748
//! - [`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.
749
750
//!
750
751
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
751
752
//! please let us know! We'd love to add your project to the list!
784
785
//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
785
786
//! [Grafana Loki]: https://grafana.com/oss/loki/
786
787
//! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
788
+ //! [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing
789
+ //! [`reqwest`]: https://crates.io/crates/reqwest
787
790
//!
788
791
//! <pre class="ignore" style="white-space:normal;font:inherit;">
789
792
//! <strong>Note</strong>: Some of these ecosystem crates are currently
You can’t perform that action at this time.
0 commit comments