File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed 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