-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Custom Gunicorn logger not sending StatsD stats #4819
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4819 +/- ##
==========================================
+ Coverage 97.33% 97.35% +0.02%
==========================================
Files 1180 1182 +2
Lines 41223 41272 +49
==========================================
+ Hits 40123 40179 +56
+ Misses 1100 1093 -7 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing coverage
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
This enables StatsD support for our own
GunicornJsonCapableLogger
.How did you test this code?
Will test manually with @rolodato's StatsD debug setup.