@@ -462,14 +462,17 @@ Tracing.
462
462
* [ Diagnostics with Tracing] [ tokio-blog-2019-08 ] on the Tokio blog, August 2019
463
463
* [ Production-Grade Logging in Rust Applications] [ production-logging-2020 ] , November 2020
464
464
* [ Custom Logging in Rust using ` tracing ` and ` tracing-subscriber ` , part 1] [ custom-logging-part-1 ] and [ part 2] [ custom-logging-part-2 ] , October 2021
465
+ * [ Instrumenting Axum projects] [ detsys-blog-2023-08 ] , August 2023
465
466
466
467
[ tokio-blog-2019-08 ] : https://tokio.rs/blog/2019-08-tracing/
468
+ [ detsys-blog-2023-08 ] : https://determinate.systems/posts/instrumenting-axum
467
469
468
470
#### Talks
469
471
470
472
* [ Bay Area Rust Meetup talk and Q&A] [ bay-rust-2019-03 ] , March 2019
471
473
* [ RustConf 2019 talk] [ rust-conf-2019-08-video ] and [ slides] [ rust-conf-2019-08-slides ] , August 2019
472
474
* [ Are we observable yet? @ RustyDays talk] [ rusty-days-2020-08-video ] and [ slides] [ rusty-days-2020-08-slides ] , August 2020
475
+ * [ Crabs with instruments!] [ tremorcon-2021-09 ] , September 2021
473
476
474
477
[ bay-rust-2019-03 ] : https://www.youtube.com/watch?v=j_kXRg3zlec
475
478
[ rust-conf-2019-08-video ] : https://www.youtube.com/watch?v=JjItsfqFIdo
@@ -479,6 +482,7 @@ Tracing.
479
482
[ production-logging-2020 ] : https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6
480
483
[ custom-logging-part-1 ] : https://burgers.io/custom-logging-in-rust-using-tracing
481
484
[ custom-logging-part-2 ] : https://burgers.io/custom-logging-in-rust-using-tracing-part-2
485
+ [ tremorcon-2021-09 ] : https://www.youtube.com/watch?v=ZC7fyqshun8
482
486
483
487
Help us expand this list! If you've written or spoken about Tracing, or
484
488
know of resources that aren't listed, please open a pull request adding them.
0 commit comments