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 data corruption in remote write if max_sample_age is applied #14078

Merged
merged 3 commits into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. fix: try to reproduce the bug from prometheus#13979 in a test case

    Signed-off-by: David Vavra <sevenood@gmail.com>
    david-vavra committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2d99f31 View commit details
    Browse the repository at this point in the history
  2. fix: data corruption in remote write if max_sample_age is applied

    Signed-off-by: David Vavra <sevenood@gmail.com>
    david-vavra committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f2f29e3 View commit details
    Browse the repository at this point in the history
  3. add benchmark for buildTimeSeries which does the filtering

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan authored and david-vavra committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ed78a97 View commit details
    Browse the repository at this point in the history