Skip to content

Commit 9320937

Browse files
LukeMathWalkerhawkw
authored andcommitted
docs: Add tracing-actix-web (#1369)
1 parent 5501201 commit 9320937

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

tracing/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@
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
@@ -747,6 +748,7 @@
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

0 commit comments

Comments
 (0)