We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tracing-actix-web
1 parent 5b6937e commit 366394aCopy full SHA for 366394a
tracing/src/lib.rs
@@ -779,6 +779,7 @@
779
//! [OpenTelemetry]-compatible distributed tracing systems.
780
//! - [`tracing-honeycomb`] Provides a layer that reports traces spanning multiple machines to [honeycomb.io]. Backed by [`tracing-distributed`].
781
//! - [`tracing-distributed`] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
782
+//! - [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
783
//! - [`tracing-actix`] provides `tracing` integration for the `actix` actor
784
//! framework.
785
//! - [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
0 commit comments