Skip to content

Commit 5a90095

Browse files
fredrhawkw
authored andcommitted
docs: add tracing-logfmt to related crates (#2163)
Adds tracing-logfmt crate to the related crates section
1 parent 240cd50 commit 5a90095

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ are not maintained by the `tokio` project. These include:
402402
- [`tracing-forest`] provides a subscriber that preserves contextual coherence by
403403
grouping together logs from the same spans during writing.
404404
- [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
405+
- [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
405406

406407
(if you're the maintainer of a `tracing` ecosystem crate not in this list,
407408
please let us know!)
@@ -439,6 +440,7 @@ please let us know!)
439440
[`tracing-forest`]: https://crates.io/crates/tracing-forest
440441
[`tracing-loki`]: https://crates.io/crates/tracing-loki
441442
[Grafana Loki]: https://grafana.com/oss/loki/
443+
[`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
442444

443445
**Note:** that some of the ecosystem crates are currently unreleased and
444446
undergoing active development. They may be less stable than `tracing` and

tracing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ maintained by the `tokio` project. These include:
395395
framework for validating the behavior of `tracing` spans.
396396
- [`sentry-tracing`] provides a layer for reporting events and traces to [Sentry].
397397
- [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
398+
- [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
398399

399400
If you're the maintainer of a `tracing` ecosystem crate not listed above,
400401
please let us know! We'd love to add your project to the list!
@@ -424,6 +425,7 @@ please let us know! We'd love to add your project to the list!
424425
[Sentry]: https://sentry.io/welcome/
425426
[`tracing-loki`]: https://crates.io/crates/tracing-loki
426427
[Grafana Loki]: https://grafana.com/oss/loki/
428+
[`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
427429

428430
**Note:** that some of the ecosystem crates are currently unreleased and
429431
undergoing active development. They may be less stable than `tracing` and

tracing/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@
743743
//! - [`tracing-forest`] provides a subscriber that preserves contextual coherence by
744744
//! grouping together logs from the same spans during writing.
745745
//! - [`tracing-loki`] provides a layer for shipping logs to [Grafana Loki].
746+
//! - [`tracing-logfmt`] provides a layer that formats events and spans into the logfmt format.
746747
//!
747748
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
748749
//! please let us know! We'd love to add your project to the list!
@@ -779,6 +780,7 @@
779780
//! [`tracing-forest`]: https://crates.io/crates/tracing-forest
780781
//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
781782
//! [Grafana Loki]: https://grafana.com/oss/loki/
783+
//! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
782784
//!
783785
//! <pre class="ignore" style="white-space:normal;font:inherit;">
784786
//! <strong>Note</strong>: Some of these ecosystem crates are currently

0 commit comments

Comments
 (0)