tower-rs / tower-rs/tower-http
Rewrite tracing middleware
Open
@jplatte is already working on this.
Since Jul 19, 2023.
breaking change
C-musings
E-hard
T-middleware
- Dominant language
- Rust
- Stars
- 913
- Forks
- 231
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 8
Description
There are a few problems with the current tracing middleware:
- It is overly generic, making it hard to grok
- The body type it uses doesn't (ever) implement
Default, but other middleware requires this bound
It would be nice if we could come up with a different tracing middleware that fulfills most or all of the current ones' use cases without sharing these problems.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.