tower-rs / tower-rs/tower-http

Rewrite tracing middleware

Open
#365 3 comments 5 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.