Skip to content

Commit c0964d9

Browse files
docs: add Rusty Days talk (#876)
I spent quite a large portion of my talk at Rusty days discussing logging/structured logging/distributed tracing, covering our usage of `tracing`. If you think it's relevant I'd be happy to add it to the list 😁 P.S. there were some trailing whitespaces that my VIM setup ruthlessly eliminated. Let me know if you want me to leave them there. * Add talk * Use uniform format
1 parent 0b538ce commit c0964d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,16 +372,16 @@ are not maintained by the `tokio` project. These include:
372372
GELF format.
373373
- [`tracing-coz`] provides integration with the [coz] causal profiler
374374
(Linux-only).
375-
- [`tracing-bunyan-formatter`] provides a layer implementation that reports events and spans in [bunyan] format, enriched with timing information.
376-
- [`tide-tracing`] provides a [tide] middleware to trace all incoming requests and responses.
375+
- [`tracing-bunyan-formatter`] provides a layer implementation that reports events and spans in [bunyan] format, enriched with timing information.
376+
- [`tide-tracing`] provides a [tide] middleware to trace all incoming requests and responses.
377377
- [`color-spantrace`] provides a formatter for rendering span traces in the
378378
style of `color-backtrace`
379379
- [`color-eyre`] provides customized panic and eyre report handlers for
380380
`eyre::Report` for capturing span traces and backtraces with new errors and
381381
pretty printing them.
382382
- [`spandoc`] provides a proc macro for constructing spans from doc comments
383383
_inside_ of functions.
384-
- [`tracing-wasm`] provides a `Subscriber`/`Layer` implementation that reports
384+
- [`tracing-wasm`] provides a `Subscriber`/`Layer` implementation that reports
385385
events and spans via browser `console.log` and [User Timing API (`window.performance`)].
386386

387387
(if you're the maintainer of a `tracing` ecosystem crate not in this list,
@@ -424,10 +424,13 @@ Tracing.
424424

425425
* [Bay Area Rust Meetup talk and Q&A][bay-rust-2018-03], March 2018
426426
* [RustConf 2019 talk][rust-conf-2019-08-video] and [slides][rust-conf-2019-08-slides], August 2019
427+
* [Are we observable yet? @ RustyDays talk][rusty-days-2020-08-video] and [slides][rusty-days-2020-08-slides], August 2020
427428

428429
[bay-rust-2018-03]: https://www.youtube.com/watch?v=j_kXRg3zlec
429430
[rust-conf-2019-08-video]: https://www.youtube.com/watch?v=JjItsfqFIdo
430431
[rust-conf-2019-08-slides]: https://www.elizas.website/slides/rustconf-8-2019.pdf
432+
[rusty-days-2020-08-video]: https://youtu.be/HtKnLiFwHJM
433+
[rusty-days-2020-08-slides]: https://docs.google.com/presentation/d/1zrxJs7fJgQ29bKfnAll1bYTo9cYZxsCZUwDDtyp5Fak/edit?usp=sharing
431434

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

0 commit comments

Comments
 (0)