Skip to content

Commit

Permalink
Merge pull request #48 from mhnap/master
Browse files Browse the repository at this point in the history
Add link about tracing from Tokio Blog to Step 3.8.
  • Loading branch information
SupperZum authored Dec 18, 2023
2 parents c4a25af + 069f320 commit 94fcb4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3_ecosystem/3_8_log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Speaking of [tracing][10], the [`tracing`] crate has good integrations with [Ope
For better understanding and familiarity with [`tracing`]'s design, concepts, usage, and features, read through the following articles:
- [Official `tracing` crate docs][`tracing`]
- [Yoav Danieli: Guide to OpenTelemetry Distributed Tracing in Rust][11]
- [Tokio Blog: Diagnostics with Tracing][13]



Expand Down Expand Up @@ -112,3 +113,4 @@ After completing everything above, you should be able to answer (and understand
[10]: https://en.wikipedia.org/wiki/Tracing_(software)
[11]: https://www.aspecto.io/blog/distributed-tracing-with-opentelemetry-rust
[12]: https://www.thecodedmessage.com/posts/logging
[13]: https://tokio.rs/blog/2019-08-tracing

0 comments on commit 94fcb4c

Please sign in to comment.