Skip to content

Commit b8c45cc

Browse files
authored
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 245d607 commit b8c45cc

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
@@ -371,6 +371,7 @@ are not maintained by the `tokio` project. These include:
371371
- [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
372372
- [`tracing-actix`] provides `tracing` integration for the `actix` actor
373373
framework.
374+
- [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
374375
- [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
375376
GELF format.
376377
- [`tracing-coz`] provides integration with the [coz] causal profiler
@@ -415,6 +416,7 @@ please let us know!)
415416
[honeycomb.io]: https://www.honeycomb.io/
416417
[`tracing-actix`]: https://crates.io/crates/tracing-actix
417418
[`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
419+
[`axum-insights`]: https://crates.io/crates/axum-insights
418420
[`tracing-gelf`]: https://crates.io/crates/tracing-gelf
419421
[`tracing-coz`]: https://crates.io/crates/tracing-coz
420422
[coz]: https://github.com/plasma-umass/coz

tracing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ maintained by the `tokio` project. These include:
361361
- [`tracing-distributed`] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
362362
- [`tracing-actix`] provides `tracing` integration for the `actix` actor
363363
framework.
364+
- [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
364365
- [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
365366
GELF format.
366367
- [`tracing-coz`] provides integration with the [coz] causal profiler
@@ -389,6 +390,7 @@ please let us know! We'd love to add your project to the list!
389390
[`tracing-distributed`]: https://crates.io/crates/tracing-distributed
390391
[honeycomb.io]: https://www.honeycomb.io/
391392
[`tracing-actix`]: https://crates.io/crates/tracing-actix
393+
[`axum-insights`]: https://crates.io/crates/axum-insights
392394
[`tracing-gelf`]: https://crates.io/crates/tracing-gelf
393395
[`tracing-coz`]: https://crates.io/crates/tracing-coz
394396
[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
@@ -786,6 +786,7 @@
786786
//! - [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
787787
//! - [`tracing-actix`] provides `tracing` integration for the `actix` actor
788788
//! framework.
789+
//! - [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
789790
//! - [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
790791
//! GELF format.
791792
//! - [`tracing-coz`] provides integration with the [coz] causal profiler
@@ -827,6 +828,7 @@
827828
//! [honeycomb.io]: https://www.honeycomb.io/
828829
//! [`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
829830
//! [`tracing-actix`]: https://crates.io/crates/tracing-actix
831+
//! [`axum-insights`]: https://crates.io/crates/axum-insights
830832
//! [`tracing-gelf`]: https://crates.io/crates/tracing-gelf
831833
//! [`tracing-coz`]: https://crates.io/crates/tracing-coz
832834
//! [coz]: https://github.com/plasma-umass/coz

0 commit comments

Comments
 (0)