Skip to content

Commit 450b969

Browse files
Add reqwest-tracing to tracing doc comments
1 parent aed6763 commit 450b969

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tracing/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@
807807
//! grouping together logs from the same spans during writing.
808808
//! - [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
809809
//! - [`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.
810811
//!
811812
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
812813
//! please let us know! We'd love to add your project to the list!
@@ -845,6 +846,8 @@
845846
//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
846847
//! [Grafana Loki]: https://grafana.com/oss/loki/
847848
//! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
849+
//! [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing
850+
//! [`reqwest`]: https://crates.io/crates/reqwest
848851
//!
849852
//! <div class="example-wrap" style="display:inline-block">
850853
//! <pre class="ignore" style="white-space:normal;font:inherit;">

0 commit comments

Comments
 (0)