-
Notifications
You must be signed in to change notification settings - Fork 635
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 missing ABC for Metric #391
Conversation
Codecov Report
@@ Coverage Diff @@
## master #391 +/- ##
==========================================
+ Coverage 85.32% 85.33% +<.01%
==========================================
Files 38 38
Lines 1929 1930 +1
Branches 227 227
==========================================
+ Hits 1646 1647 +1
Misses 218 218
Partials 65 65
Continue to review full report at Codecov.
|
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.
Thanks for this! The change looks good, you'll just need to sign the CLA and it will be good to go.
I signed it |
Great, thanks! |
…#391) closes open-telemetry#345 Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Fixes #390