florimondmanca / awesome-asgi

A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources
Creative Commons Zero v1.0 Universal
1.58k stars 98 forks source link

Add Log Correlation ASGI #76

Open shaihulud opened 2 years ago

shaihulud commented 2 years ago

Checklist

What is this project?

Log Correlation ASGI - ASGI request correlation middleware and a set of filters to trace and log requests between microservices.

Project aims to help you and your QA team in case you have a pipeline of microservices with request transmitting from one to another.

For every incoming request Log Correlation ASGI checks request headers for correlation header and logs your request and response with that identifier. Also, it allows you easily to add that header to all outgoing requests you make.

Do you know about other similar projects?

asgi-correlation-id

If so, how is this one different?


Anyone who agrees with this pull request can add a 👍.

euri10 commented 2 years ago

this one I'm using too it's very handy