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 out of order exemplar error for native histograms #7640

Merged
merged 6 commits into from
Mar 19, 2024

Commits on Mar 17, 2024

  1. 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, 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>
    krajorama committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    efce2fc View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b6184bc View commit details
    Browse the repository at this point in the history
  3. Remove redundant word from Changelog

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5b65629 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Sort exemplars on ingestion

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    15a0c3b View commit details
    Browse the repository at this point in the history
  2. Add comment for utility function

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    03ecb3a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c320ea6 View commit details
    Browse the repository at this point in the history