mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-30 22:40:34 +00:00
tracing: add reqwest-tracing
to related crates in README (#2331)
This commit is contained in:
parent
257f86f092
commit
d7372d76b1
@ -406,6 +406,7 @@ are not maintained by the `tokio` project. These include:
|
||||
- [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
|
||||
- [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
|
||||
- [`tracing-chrome`] provides a layer that exports trace data that can be viewed in `chrome://tracing`.
|
||||
- [`reqwest-tracing`] provides a middleware to trace [`reqwest`] HTTP requests.
|
||||
|
||||
(if you're the maintainer of a `tracing` ecosystem crate not in this list,
|
||||
please let us know!)
|
||||
@ -446,6 +447,8 @@ please let us know!)
|
||||
[Grafana Loki]: https://grafana.com/oss/loki/
|
||||
[`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
|
||||
[`tracing-chrome`]: https://crates.io/crates/tracing-chrome
|
||||
[`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing
|
||||
[`reqwest`]: https://crates.io/crates/reqwest
|
||||
|
||||
**Note:** that some of the ecosystem crates are currently unreleased and
|
||||
undergoing active development. They may be less stable than `tracing` and
|
||||
|
@ -746,6 +746,7 @@
|
||||
//! grouping together logs from the same spans during writing.
|
||||
//! - [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
|
||||
//! - [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
|
||||
//! - [`reqwest-tracing`] provides a middleware to trace [`reqwest`] HTTP requests.
|
||||
//!
|
||||
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
|
||||
//! please let us know! We'd love to add your project to the list!
|
||||
@ -784,6 +785,8 @@
|
||||
//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
|
||||
//! [Grafana Loki]: https://grafana.com/oss/loki/
|
||||
//! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
|
||||
//! [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing
|
||||
//! [`reqwest`]: https://crates.io/crates/reqwest
|
||||
//!
|
||||
//! <pre class="ignore" style="white-space:normal;font:inherit;">
|
||||
//! <strong>Note</strong>: Some of these ecosystem crates are currently
|
||||
|
Loading…
x
Reference in New Issue
Block a user