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 @@ -408,6 +408,7 @@ are not maintained by the `tokio` project. These include:
408
408
- [ ` tracing-loki ` ] provides a layer for shipping logs to [ Grafana Loki] .
409
409
- [ ` tracing-logfmt ` ] provides a layer that formats events and spans into the logfmt format.
410
410
- [ ` tracing-chrome ` ] provides a layer that exports trace data that can be viewed in ` chrome://tracing ` .
411
+ - [ ` reqwest-tracing ` ] provides a middleware to trace [ ` reqwest ` ] HTTP requests.
411
412
412
413
(if you're the maintainer of a ` tracing ` ecosystem crate not in this list,
413
414
please let us know!)
@@ -448,6 +449,8 @@ please let us know!)
448
449
[ Grafana Loki ] : https://grafana.com/oss/loki/
449
450
[ `tracing-logfmt` ] : https://crates.io/crates/tracing-logfmt
450
451
[ `tracing-chrome` ] : https://crates.io/crates/tracing-chrome
452
+ [ `reqwest-tracing` ] : https://crates.io/crates/reqwest-tracing
453
+ [ `reqwest` ] : https://crates.io/crates/reqwest
451
454
452
455
** Note:** that some of the ecosystem crates are currently unreleased and
453
456
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change 807
807
//! grouping together logs from the same spans during writing.
808
808
//! - [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
809
809
//! - [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
810
+ //! - [`reqwest-tracing`] provides a middleware to trace [`reqwest`] HTTP requests.
810
811
//!
811
812
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
812
813
//! please let us know! We'd love to add your project to the list!
845
846
//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
846
847
//! [Grafana Loki]: https://grafana.com/oss/loki/
847
848
//! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
849
+ //! [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing
850
+ //! [`reqwest`]: https://crates.io/crates/reqwest
848
851
//!
849
852
//! <div class="example-wrap" style="display:inline-block">
850
853
//! <pre class="ignore" style="white-space:normal;font:inherit;">
You can’t perform that action at this time.
0 commit comments