15 releases

0.1.1 Oct 23, 2023
0.0.13 Oct 23, 2023
0.0.12 Aug 30, 2022
0.0.11 May 23, 2021
0.0.4 Jul 27, 2020

#310 in Debugging

Download history 118/week @ 2024-10-25 97/week @ 2024-11-01 16/week @ 2024-11-08 39/week @ 2024-11-15 31/week @ 2024-11-22 85/week @ 2024-11-29 222/week @ 2024-12-06 240/week @ 2024-12-13 36/week @ 2024-12-20 72/week @ 2024-12-27 71/week @ 2025-01-03 32/week @ 2025-01-10 52/week @ 2025-01-17 206/week @ 2025-01-24 131/week @ 2025-01-31 131/week @ 2025-02-07

528 downloads per month
Used in 3 crates

MIT/Apache

17KB
69 lines

tide-tracing

License Latest version Latest Docs downloads-badge

A simple middleware for tide using the tracing crate for logging.

tide-tracing in action

Why

tide uses log in its default logging middleware. When using tracing-log most of the information from tide is lost. This crate provides a middleware that exposes all that information to tracing directly while also improving the structure of the logs using span!.

tide-tracing uses opentelemetry conventional trace field names by default.

Docs

Dependencies

~10–21MB
~300K SLoC