-
Notifications
You must be signed in to change notification settings - Fork 116
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
add possibility to record histogram with weight #252
Conversation
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
Ran all unit tests locally Process finished with exit code 0 ` |
Thanks for the contribution! Would it be possible to also add the equivalent function for durations? Like a |
Of course, on it |
Ran tests again |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #252 +/- ##
==========================================
+ Coverage 48.04% 48.07% +0.03%
==========================================
Files 65 65
Lines 6061 6065 +4
==========================================
+ Hits 2912 2916 +4
Misses 2709 2709
Partials 440 440 ☔ View full report in Codecov by Sentry. |
This reverts commit e2a71ea.
Adding the possibility to record values for a histogram with a weight,
Solves #175