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

[r282] backport Fix out of order exemplar error for native histograms pr 7640 #7820

Merged
merged 1 commit into from
Apr 5, 2024

Commits on Apr 5, 2024

  1. Fix out of order exemplar error for native histograms (#7640)

    * Fix out of order exemplar error for native histograms
    
    Port of prometheus/prometheus#13021
    
    When receiving multiple exemplars for a native histogram in mimir via
    remote write, sort them and only report an error if all are older than the latest
    exemplar as this could be a partial update.
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    
    cherry pick from def7165
    krajorama committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    153190f View commit details
    Browse the repository at this point in the history