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 @@ -371,6 +371,7 @@ are not maintained by the `tokio` project. These include:
371
371
- [ ` tracing-actix-web ` ] provides ` tracing ` integration for the ` actix-web ` web framework.
372
372
- [ ` tracing-actix ` ] provides ` tracing ` integration for the ` actix ` actor
373
373
framework.
374
+ - [ ` axum-insights ` ] provides ` tracing ` integration and Application insights export for the ` axum ` web framework.
374
375
- [ ` tracing-gelf ` ] implements a subscriber for exporting traces in Greylog
375
376
GELF format.
376
377
- [ ` tracing-coz ` ] provides integration with the [ coz] causal profiler
@@ -415,6 +416,7 @@ please let us know!)
415
416
[ honeycomb.io ] : https://www.honeycomb.io/
416
417
[ `tracing-actix` ] : https://crates.io/crates/tracing-actix
417
418
[ `tracing-actix-web` ] : https://crates.io/crates/tracing-actix-web
419
+ [ `axum-insights` ] : https://crates.io/crates/axum-insights
418
420
[ `tracing-gelf` ] : https://crates.io/crates/tracing-gelf
419
421
[ `tracing-coz` ] : https://crates.io/crates/tracing-coz
420
422
[ coz ] : https://github.com/plasma-umass/coz
Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ maintained by the `tokio` project. These include:
361
361
- [ ` tracing-distributed ` ] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
362
362
- [ ` tracing-actix ` ] provides ` tracing ` integration for the ` actix ` actor
363
363
framework.
364
+ - [ ` axum-insights ` ] provides ` tracing ` integration and Application insights export for the ` axum ` web framework.
364
365
- [ ` tracing-gelf ` ] implements a subscriber for exporting traces in Greylog
365
366
GELF format.
366
367
- [ ` 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!
389
390
[ `tracing-distributed` ] : https://crates.io/crates/tracing-distributed
390
391
[ honeycomb.io ] : https://www.honeycomb.io/
391
392
[ `tracing-actix` ] : https://crates.io/crates/tracing-actix
393
+ [ `axum-insights` ] : https://crates.io/crates/axum-insights
392
394
[ `tracing-gelf` ] : https://crates.io/crates/tracing-gelf
393
395
[ `tracing-coz` ] : https://crates.io/crates/tracing-coz
394
396
[ coz ] : https://github.com/plasma-umass/coz
Original file line number Diff line number Diff line change 786
786
//! - [`tracing-actix-web`] provides `tracing` integration for the `actix-web` web framework.
787
787
//! - [`tracing-actix`] provides `tracing` integration for the `actix` actor
788
788
//! framework.
789
+ //! - [`axum-insights`] provides `tracing` integration and Application insights export for the `axum` web framework.
789
790
//! - [`tracing-gelf`] implements a subscriber for exporting traces in Greylog
790
791
//! GELF format.
791
792
//! - [`tracing-coz`] provides integration with the [coz] causal profiler
827
828
//! [honeycomb.io]: https://www.honeycomb.io/
828
829
//! [`tracing-actix-web`]: https://crates.io/crates/tracing-actix-web
829
830
//! [`tracing-actix`]: https://crates.io/crates/tracing-actix
831
+ //! [`axum-insights`]: https://crates.io/crates/axum-insights
830
832
//! [`tracing-gelf`]: https://crates.io/crates/tracing-gelf
831
833
//! [`tracing-coz`]: https://crates.io/crates/tracing-coz
832
834
//! [coz]: https://github.com/plasma-umass/coz
You can’t perform that action at this time.
0 commit comments