Skip to content

Commit 88d3f9a

Browse files
twitchaxdavidbarsky
authored andcommitted
docs: add axum-insights to relevant crates. (#2713)
## Motivation Adding a relevant library to the list of `tracing`-enabled crates. ## Solution Added to READMEs and documentation.
1 parent c56682a commit 88d3f9a

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
@@ -369,6 +369,7 @@ are not maintained by the `tokio` project. These include:
369369
- [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
370370
- [`tracing-actix`] provides `tracing` integration for the `actix` actor
371371
framework.
372+
- [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
372373
- [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
373374
GELF format.
374375
- [`tracing-coz`] provides integration with the [coz] causal profiler
@@ -413,6 +414,7 @@ please let us know!)
413414
[honeycomb.io]: https://www.honeycomb.io/
414415
[`tracing-actix`]: https://crates.io/crates/tracing-actix
415416
[`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
417+
[`axum-insights`]: https://crates.io/crates/axum-insights
416418
[`tracing-gelf`]: https://crates.io/crates/tracing-gelf
417419
[`tracing-coz`]: https://crates.io/crates/tracing-coz
418420
[coz]: https://github.com/plasma-umass/coz

tracing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ maintained by the `tokio` project. These include:
379379
- [`tracing-distributed`] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
380380
- [`tracing-actix`] provides `tracing` integration for the `actix` actor
381381
framework.
382+
- [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
382383
- [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
383384
GELF format.
384385
- [`tracing-coz`] provides integration with the [coz] causal profiler
@@ -407,6 +408,7 @@ please let us know! We'd love to add your project to the list!
407408
[`tracing-distributed`]: https://crates.io/crates/tracing-distributed
408409
[honeycomb.io]: https://www.honeycomb.io/
409410
[`tracing-actix`]: https://crates.io/crates/tracing-actix
411+
[`axum-insights`]: https://crates.io/crates/axum-insights
410412
[`tracing-gelf`]: https://crates.io/crates/tracing-gelf
411413
[`tracing-coz`]: https://crates.io/crates/tracing-coz
412414
[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
@@ -725,6 +725,7 @@
725725
//! - [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
726726
//! - [`tracing-actix`] provides `tracing` integration for the `actix` actor
727727
//! framework.
728+
//! - [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
728729
//! - [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
729730
//! GELF format.
730731
//! - [`tracing-coz`] provides integration with the [coz] causal profiler
@@ -766,6 +767,7 @@
766767
//! [honeycomb.io]: https://www.honeycomb.io/
767768
//! [`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
768769
//! [`tracing-actix`]: https://crates.io/crates/tracing-actix
770+
//! [`axum-insights`]: https://crates.io/crates/axum-insights
769771
//! [`tracing-gelf`]: https://crates.io/crates/tracing-gelf
770772
//! [`tracing-coz`]: https://crates.io/crates/tracing-coz
771773
//! [coz]: https://github.com/plasma-umass/coz

0 commit comments

Comments
 (0)