Open
Description
There is also https://docs.rs/tower-http/0.5.2/tower_http/trace/index.html
I wonder how this crate is different?
Edit: What I understand is that tower_http::trace
exists to get request/response traces and this crate exists to get the span connection to parent otel trace ids from incoming requests and not to log request/Response data?