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
262 downloads per month
Used in 3 crates
17KB
69 lines
tide-tracing
A simple middleware for tide
using the tracing
crate for logging.
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