1414[ docs-badge ] : https://docs.rs/tracing/badge.svg
1515[ docs-url ] : https://docs.rs/tracing
1616[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
17- [ docs-master-url ] : https://tracing-rs.netlify.com
17+ [ docs-master-url ] : https://tracing.rs
1818[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
1919[ mit-url ] : LICENSE
2020[ actions-badge ] : https://github.com/tokio-rs/tracing/workflows/CI/badge.svg
@@ -254,7 +254,7 @@ attachment that `Future::instrument` does.
254254## Supported Rust Versions
255255
256256Tracing is built against the latest stable release. The minimum supported
257- version is 1.63 . The current Tracing version is not guaranteed to build on Rust
257+ version is 1.65 . The current Tracing version is not guaranteed to build on Rust
258258versions earlier than the minimum supported version.
259259
260260Tracing follows the same compiler support policies as the rest of the Tokio
@@ -398,7 +398,7 @@ are not maintained by the `tokio` project. These include:
398398- [ ` tracing-elastic-apm ` ] provides a layer for reporting traces to [ Elastic APM] .
399399- [ ` tracing-etw ` ] provides a layer for emitting Windows [ ETW] events.
400400- [ ` sentry-tracing ` ] provides a layer for reporting events and traces to [ Sentry] .
401- - [ ` tracing-forest ` ] provides a subscriber that preserves contextual coherence by
401+ - [ ` tracing-forest ` ] provides a subscriber that preserves contextual coherence by
402402 grouping together logs from the same spans during writing.
403403- [ ` tracing-loki ` ] provides a layer for shipping logs to [ Grafana Loki] .
404404- [ ` tracing-logfmt ` ] provides a layer that formats events and spans into the logfmt format.
@@ -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
491493Help us expand this list! If you've written or spoken about Tracing, or
492494know of resources that aren't listed, please open a pull request adding them.
0 commit comments