-
Notifications
You must be signed in to change notification settings - Fork 28
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 to OTel-Go Metrics API @ v0.35 #381
Conversation
Build failure is difficult to explain -- stems from my use of |
Codecov ReportBase: 87.66% // Head: 87.84% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #381 +/- ##
==========================================
+ Coverage 87.66% 87.84% +0.18%
==========================================
Files 77 74 -3
Lines 4159 4205 +46
==========================================
+ Hits 3646 3694 +48
+ Misses 441 438 -3
- Partials 72 73 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description: This is a substantial change in the OTel-Go metrics API, particularly for asynchronous instruments.
Link to tracking Issue:
Fixes #367.
Testing: Some new testing added -- because there are new APIs. The new APIs that are tested: async instrument with single callback in-line, async instrument callback unregister.