Skip to content

Commit b810aa2

Browse files
Hoverbearhawkw
authored andcommitted
documentation: Add article and talk by hoverbear (#2679)
1 parent 96cfb82 commit b810aa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,14 +460,17 @@ Tracing.
460460
* [Diagnostics with Tracing][tokio-blog-2019-08] on the Tokio blog, August 2019
461461
* [Production-Grade Logging in Rust Applications][production-logging-2020], November 2020
462462
* [Custom Logging in Rust using `tracing` and `tracing-subscriber`, part 1][custom-logging-part-1] and [part 2][custom-logging-part-2], October 2021
463+
* [Instrumenting Axum projects][detsys-blog-2023-08], August 2023
463464

464465
[tokio-blog-2019-08]: https://tokio.rs/blog/2019-08-tracing/
466+
[detsys-blog-2023-08]: https://determinate.systems/posts/instrumenting-axum
465467

466468
#### Talks
467469

468470
* [Bay Area Rust Meetup talk and Q&A][bay-rust-2019-03], March 2019
469471
* [RustConf 2019 talk][rust-conf-2019-08-video] and [slides][rust-conf-2019-08-slides], August 2019
470472
* [Are we observable yet? @ RustyDays talk][rusty-days-2020-08-video] and [slides][rusty-days-2020-08-slides], August 2020
473+
* [Crabs with instruments!][tremorcon-2021-09], September 2021
471474

472475
[bay-rust-2019-03]: https://www.youtube.com/watch?v=j_kXRg3zlec
473476
[rust-conf-2019-08-video]: https://www.youtube.com/watch?v=JjItsfqFIdo
@@ -477,6 +480,7 @@ Tracing.
477480
[production-logging-2020]: https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6
478481
[custom-logging-part-1]: https://burgers.io/custom-logging-in-rust-using-tracing
479482
[custom-logging-part-2]: https://burgers.io/custom-logging-in-rust-using-tracing-part-2
483+
[tremorcon-2021-09]: https://www.youtube.com/watch?v=ZC7fyqshun8
480484

481485
Help us expand this list! If you've written or spoken about Tracing, or
482486
know of resources that aren't listed, please open a pull request adding them.

0 commit comments

Comments
 (0)