-
Notifications
You must be signed in to change notification settings - Fork 475
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
Fix delta aggregation metric reuse #1434
Fix delta aggregation metric reuse #1434
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1434 +/- ##
=======================================
+ Coverage 58.3% 60.4% +2.0%
=======================================
Files 146 146
Lines 18827 18807 -20
=======================================
+ Hits 10994 11360 +366
+ Misses 7833 7447 -386 ☔ View full report in Codecov by Sentry. |
Thank you for the fix! |
Backport open-telemetry#1434 and open-telemetry#1452 to v0.21.x.
Fixes #1432
Changes
This simplifies data aggregation by clearing data points instead of the current more complicated re-use strategy.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes