Crates.io | tide-tracing |
lib.rs | tide-tracing |
version | 0.1.1 |
source | src |
created_at | 2020-07-26 20:11:39.055403 |
updated_at | 2023-10-23 12:42:59.345798 |
description | A simple middleware for tide using the tracing crate for logging. |
homepage | |
repository | https://github.com/ethanboxx/tide-tracing |
max_upload_size | |
id | 269850 |
size | 58,182 |
A simple middleware for tide
using the tracing
crate for logging.
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.