Skip to content

Commit ce32540

Browse files
authored
docs: add link to a stream recording by @jonhoo (tokio-rs#3106)
@jonhoo recorded a great resource about the crate's inner workings and included practical suggestions about patterns to follow when annotating one's code. I added the link to the YouTube video under the "Talks" header as that seemed appropriate enough.
1 parent 71b6347 commit ce32540

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ Tracing.
477477
* [RustConf 2019 talk][rust-conf-2019-08-video] and [slides][rust-conf-2019-08-slides], August 2019
478478
* [Are we observable yet? @ RustyDays talk][rusty-days-2020-08-video] and [slides][rusty-days-2020-08-slides], August 2020
479479
* [Crabs with instruments!][tremorcon-2021-09], September 2021
480+
* [Decrusting the tracing crate by Jon Gjengset][decrusting-tracing-2024-02], February 2024
480481

481482
[bay-rust-2019-03]: https://www.youtube.com/watch?v=j_kXRg3zlec
482483
[rust-conf-2019-08-video]: https://www.youtube.com/watch?v=JjItsfqFIdo
@@ -487,6 +488,7 @@ Tracing.
487488
[custom-logging-part-1]: https://burgers.io/custom-logging-in-rust-using-tracing
488489
[custom-logging-part-2]: https://burgers.io/custom-logging-in-rust-using-tracing-part-2
489490
[tremorcon-2021-09]: https://www.youtube.com/watch?v=ZC7fyqshun8
491+
[decrusting-tracing-2024-02]: https://www.youtube.com/watch?v=21rtHinFA40
490492

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

0 commit comments

Comments
 (0)