-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove metric aggregator Subtract interface #2350
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2350 +/- ##
=====================================
Coverage 73.5% 73.5%
=====================================
Files 174 174
Lines 12298 12273 -25
=====================================
- Hits 9041 9026 -15
+ Misses 3017 3009 -8
+ Partials 240 238 -2
|
LGTM, needs attention to get lint to pass. |
Looks like this needs a |
…o jmacd/remove_subtract2
Co-authored-by: Georg Pirklbauer <georg.pirklbauer@dynatrace.com>
…o jmacd/remove_subtract2
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
…ry-go into jmacd/remove_subtract2
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.
Looks ready to merge once we can fix the changelog
Gahh, I spoke too soon. I forgot that @bogdandrutu is not in the @open-telemetry/go-approvers group. We need one more approval. |
This PR removes a bunch of complexity that the Metrics SIG group decided not to specify for the default SDK. The implication is that you will no longer be able to convert asynchronous counters into delta counters for export, which is no great loss.
Fixes #2349.