-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update shared
and remove statsd usage
#803
Conversation
The update necessitated removing usage of statsd `shared.metrics`. There is still `helpers.metrics` around which also re-exports statsd, and I left its cleanup for later.
This PR includes changes to |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #803 +/- ##
==========================================
- Coverage 97.99% 97.99% -0.01%
==========================================
Files 443 443
Lines 36513 36448 -65
==========================================
- Hits 35780 35716 -64
+ Misses 733 732 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #803 +/- ##
==========================================
- Coverage 97.99% 97.99% -0.01%
==========================================
Files 443 443
Lines 36513 36448 -65
==========================================
- Hits 35780 35716 -64
+ Misses 733 732 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #803 +/- ##
==========================================
- Coverage 97.99% 97.99% -0.01%
==========================================
Files 443 443
Lines 36513 36448 -65
==========================================
- Hits 35780 35716 -64
+ Misses 733 732 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #803 +/- ##
==========================================
- Coverage 97.99% 97.99% -0.01%
==========================================
Files 443 443
Lines 36513 36448 -65
==========================================
- Hits 35780 35716 -64
+ Misses 733 732 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This update is pulling in
orjson
usage for report de/serialization, and another likely perf improvement.The update also necessitated removing usage of statsd
shared.metrics
. There is stillhelpers.metrics
around which also re-exports statsd, and I left its cleanup for later.