-
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
chore: moved recorders to lib/metrics/recorders
#2666
chore: moved recorders to lib/metrics/recorders
#2666
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2666 +/- ##
==========================================
- Coverage 97.21% 97.17% -0.04%
==========================================
Files 291 294 +3
Lines 45928 46096 +168
==========================================
+ Hits 44650 44796 +146
- Misses 1278 1300 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
lib/metrics/recorders
@bizob2828 I addressed your comments and pushed up my changes. |
Co-authored-by: Bob Evans <robert.evans25@gmail.com>
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.
LGTM
Co-authored-by: Bob Evans <robert.evans25@gmail.com>
Description
Moved 3 metric recorder functions to
lib/metrics/recorders
.How to Test
Run unit tests
Related Issues
Fixes #2656