File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ are not maintained by the `tokio` project. These include:
369
369
- [ ` tracing-actix-web ` ] provides ` tracing ` integration for the ` actix-web ` web framework.
370
370
- [ ` tracing-actix ` ] provides ` tracing ` integration for the ` actix ` actor
371
371
framework.
372
+ - [ ` axum-insights ` ] provides ` tracing ` integration and Application insights export for the ` axum ` web framework.
372
373
- [ ` tracing-gelf ` ] implements a subscriber for exporting traces in Greylog
373
374
GELF format.
374
375
- [ ` tracing-coz ` ] provides integration with the [ coz] causal profiler
@@ -413,6 +414,7 @@ please let us know!)
413
414
[ honeycomb.io ] : https://www.honeycomb.io/
414
415
[ `tracing-actix` ] : https://crates.io/crates/tracing-actix
415
416
[ `tracing-actix-web` ] : https://crates.io/crates/tracing-actix-web
417
+ [ `axum-insights` ] : https://crates.io/crates/axum-insights
416
418
[ `tracing-gelf` ] : https://crates.io/crates/tracing-gelf
417
419
[ `tracing-coz` ] : https://crates.io/crates/tracing-coz
418
420
[ coz ] : https://github.com/plasma-umass/coz
Original file line number Diff line number Diff line change @@ -379,6 +379,7 @@ maintained by the `tokio` project. These include:
379
379
- [ ` tracing-distributed ` ] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
380
380
- [ ` tracing-actix ` ] provides ` tracing ` integration for the ` actix ` actor
381
381
framework.
382
+ - [ ` axum-insights ` ] provides ` tracing ` integration and Application insights export for the ` axum ` web framework.
382
383
- [ ` tracing-gelf ` ] implements a subscriber for exporting traces in Greylog
383
384
GELF format.
384
385
- [ ` 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!
407
408
[ `tracing-distributed` ] : https://crates.io/crates/tracing-distributed
408
409
[ honeycomb.io ] : https://www.honeycomb.io/
409
410
[ `tracing-actix` ] : https://crates.io/crates/tracing-actix
411
+ [ `axum-insights` ] : https://crates.io/crates/axum-insights
410
412
[ `tracing-gelf` ] : https://crates.io/crates/tracing-gelf
411
413
[ `tracing-coz` ] : https://crates.io/crates/tracing-coz
412
414
[ coz ] : https://github.com/plasma-umass/coz
Original file line number Diff line number Diff line change 725
725
//! - [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
726
726
//! - [`tracing-actix`] provides `tracing` integration for the `actix` actor
727
727
//! framework.
728
+ //! - [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
728
729
//! - [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
729
730
//! GELF format.
730
731
//! - [`tracing-coz`] provides integration with the [coz] causal profiler
766
767
//! [honeycomb.io]: https://www.honeycomb.io/
767
768
//! [`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
768
769
//! [`tracing-actix`]: https://crates.io/crates/tracing-actix
770
+ //! [`axum-insights`]: https://crates.io/crates/axum-insights
769
771
//! [`tracing-gelf`]: https://crates.io/crates/tracing-gelf
770
772
//! [`tracing-coz`]: https://crates.io/crates/tracing-coz
771
773
//! [coz]: https://github.com/plasma-umass/coz
You can’t perform that action at this time.
0 commit comments