Skip to content
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(MergeAggregator): fixed merge window time drift issue by calculation of aggregation range based on wall clock time, Refs: #13403 #16375

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Schachi
Copy link

@Schachi Schachi commented Jan 7, 2025

Summary

MergeAggregator discarded metrics if the system clock was adjusted in meantime. Therefore metrics got lost. To prevent this, calculation of the merge window is now changed to take such time shifts into account.

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #13403

@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Jan 7, 2025
@srebhan
Copy link
Member

srebhan commented Jan 17, 2025

@Schachi could you please rebase your PR on latest master to fix the CI tests?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updated aggregation range works incorrectly when computer sleeps
2 participants