-
Notifications
You must be signed in to change notification settings - Fork 454
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
[aggregator] Take last value by value timestamp not arrival time #2199
[aggregator] Take last value by value timestamp not arrival time #2199
Conversation
Looks like there's a few build breaks, got a few nits, but generally lgtm |
Codecov Report
@@ Coverage Diff @@
## master #2199 +/- ##
========================================
+ Coverage 71.4% 72.2% +0.7%
========================================
Files 1018 1022 +4
Lines 88519 88724 +205
========================================
+ Hits 63282 64086 +804
+ Misses 20976 20346 -630
- Partials 4261 4292 +31
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.
Approved pending green build 👍
What this PR does / why we need it:
We've noticed that at times a bunch of values for the same gauge can arrive at the same time to the aggregator with a varying set of timestamps, gauge last value aggregation should take the last value by timestamp not by arrival time to account for this.
Special notes for your reviewer:
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: