Skip to content

Commit d7372d7

Browse files
tl-rodrigo-gryzinskihawkw
authored andcommitted
tracing: add reqwest-tracing to related crates in README (#2331)
1 parent 257f86f commit d7372d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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,
411412
please 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
451454
undergoing active development. They may be less stable than `tracing` and

tracing/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@
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!
@@ -784,6 +785,8 @@
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

0 commit comments

Comments
 (0)