-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - Update metrics use of malfeasance package #6569
Conversation
403680c
to
1f126b1
Compare
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #6569 +/- ##
=======================================
Coverage 79.8% 79.9%
=======================================
Files 356 356
Lines 47316 47336 +20
=======================================
+ Hits 37775 37836 +61
+ Misses 7394 7360 -34
+ Partials 2147 2140 -7 ☔ View full report in Codecov by Sentry. |
bors merge |
## Motivation Merge after #6566. This updates the way we handle metrics with malfeasance.
Build failed (retrying...): |
## Motivation Merge after #6566. This updates the way we handle metrics with malfeasance.
Pull request successfully merged into develop. Build succeeded: |
Motivation
Merge after #6566. This updates the way we handle metrics with malfeasance.
Description
Instead of passing along the metrics counter the domain specific handlers just return the labels that the malfeasance handler should use to report metrics.
Test Plan
existing tests were updated and extended
TODO