File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ are not maintained by the `tokio` project. These include:
376376 ` tracing ` events and generates histograms.
377377- [ ` tracing-honeycomb ` ] Provides a layer that reports traces spanning multiple machines to [ honeycomb.io] . Backed by [ ` tracing-distributed ` ] .
378378- [ ` tracing-distributed ` ] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
379+ - [ ` tracing-actix-web ` ] provides ` tracing ` integration for the ` actix-web ` web framework.
379380- [ ` tracing-actix ` ] provides ` tracing ` integration for the ` actix ` actor
380381 framework.
381382- [ ` tracing-gelf ` ] implements a subscriber for exporting traces in Greylog
@@ -409,6 +410,7 @@ please let us know!)
409410[ `tracing-distributed` ] : https://crates.io/crates/tracing-distributed
410411[ honeycomb.io ] : https://www.honeycomb.io/
411412[ `tracing-actix` ] : https://crates.io/crates/tracing-actix
413+ [ `tracing-actix-web` ] : https://crates.io/crates/tracing-actix-web
412414[ `tracing-gelf` ] : https://crates.io/crates/tracing-gelf
413415[ `tracing-coz` ] : https://crates.io/crates/tracing-coz
414416[ coz ] : https://github.com/plasma-umass/coz
Original file line number Diff line number Diff line change 719719//! [OpenTelemetry]-compatible distributed tracing systems.
720720//! - [`tracing-honeycomb`] Provides a layer that reports traces spanning multiple machines to [honeycomb.io]. Backed by [`tracing-distributed`].
721721//! - [`tracing-distributed`] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
722+ //! - [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
722723//! - [`tracing-actix`] provides `tracing` integration for the `actix` actor
723724//! framework.
724725//! - [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
747748//! [`tracing-honeycomb`]: https://crates.io/crates/tracing-honeycomb
748749//! [`tracing-distributed`]: https://crates.io/crates/tracing-distributed
749750//! [honeycomb.io]: https://www.honeycomb.io/
751+ //! [`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
750752//! [`tracing-actix`]: https://crates.io/crates/tracing-actix
751753//! [`tracing-gelf`]: https://crates.io/crates/tracing-gelf
752754//! [`tracing-coz`]: https://crates.io/crates/tracing-coz
You can’t perform that action at this time.
0 commit comments