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

#261 in Debugging

Download history 380/week @ 2024-08-02 50/week @ 2024-08-09 22/week @ 2024-08-16 182/week @ 2024-08-23 93/week @ 2024-08-30 50/week @ 2024-09-06 70/week @ 2024-09-13 97/week @ 2024-09-20 158/week @ 2024-09-27 164/week @ 2024-10-04 115/week @ 2024-10-11 99/week @ 2024-10-18 118/week @ 2024-10-25 97/week @ 2024-11-01 16/week @ 2024-11-08 28/week @ 2024-11-15

262 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
~296K SLoC