File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,7 @@ are not maintained by the `tokio` project. These include:
402
402
- [ ` tracing-forest ` ] provides a subscriber that preserves contextual coherence by
403
403
grouping together logs from the same spans during writing.
404
404
- [ ` 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.
405
406
406
407
(if you're the maintainer of a ` tracing ` ecosystem crate not in this list,
407
408
please let us know!)
@@ -439,6 +440,7 @@ please let us know!)
439
440
[ `tracing-forest` ] : https://crates.io/crates/tracing-forest
440
441
[ `tracing-loki` ] : https://crates.io/crates/tracing-loki
441
442
[ Grafana Loki ] : https://grafana.com/oss/loki/
443
+ [ `tracing-logfmt` ] : https://crates.io/crates/tracing-logfmt
442
444
443
445
** Note:** that some of the ecosystem crates are currently unreleased and
444
446
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ maintained by the `tokio` project. These include:
395
395
framework for validating the behavior of ` tracing ` spans.
396
396
- [ ` sentry-tracing ` ] provides a layer for reporting events and traces to [ Sentry] .
397
397
- [ ` 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.
398
399
399
400
If you're the maintainer of a ` tracing ` ecosystem crate not listed above,
400
401
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!
424
425
[ Sentry ] : https://sentry.io/welcome/
425
426
[ `tracing-loki` ] : https://crates.io/crates/tracing-loki
426
427
[ Grafana Loki ] : https://grafana.com/oss/loki/
428
+ [ `tracing-logfmt` ] : https://crates.io/crates/tracing-logfmt
427
429
428
430
** Note:** that some of the ecosystem crates are currently unreleased and
429
431
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change 743
743
//! - [`tracing-forest`] provides a subscriber that preserves contextual coherence by
744
744
//! grouping together logs from the same spans during writing.
745
745
//! - [`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.
746
747
//!
747
748
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
748
749
//! please let us know! We'd love to add your project to the list!
779
780
//! [`tracing-forest`]: https://crates.io/crates/tracing-forest
780
781
//! [`tracing-loki`]: https://crates.io/crates/tracing-loki
781
782
//! [Grafana Loki]: https://grafana.com/oss/loki/
783
+ //! [`tracing-logfmt`]: https://crates.io/crates/tracing-logfmt
782
784
//!
783
785
//! <pre class="ignore" style="white-space:normal;font:inherit;">
784
786
//! <strong>Note</strong>: Some of these ecosystem crates are currently
You can’t perform that action at this time.
0 commit comments