Skip to content

Commit

Permalink
docs: add tracing-chrome to list of related crates (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoren-d authored and hawkw committed Sep 19, 2022
1 parent ad85267 commit f0a965d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -403,6 +403,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!)
Expand Down Expand Up @@ -441,6 +442,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
Expand Down

0 comments on commit f0a965d

Please sign in to comment.