From cec5c0a0969ea4f84df573974fcbcabfe294ac8a Mon Sep 17 00:00:00 2001 From: Thoren Paulson <3453006+thoren-d@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:39:27 -0700 Subject: [PATCH] Add tracing-chrome to list of related crates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82775415be..e2f70a8147 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ are not maintained by the `tokio` project. These include: 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. +- [`tracing-chrome`] provides a layer that exports trace data that can be viewed in `chrome://tracing`. (if you're the maintainer of a `tracing` ecosystem crate not in this list, please let us know!) @@ -443,6 +444,7 @@ please let us know!) [`tracing-loki`]: https://crates.io/crates/tracing-loki [Grafana Loki]: https://grafana.com/oss/loki/ [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt +[`tracing-chrome`]: https://crates.io/crates/tracing-chrome **Note:** that some of the ecosystem crates are currently unreleased and undergoing active development. They may be less stable than `tracing` and