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

Vendor latest mimir-prometheus/main #2243

Merged
merged 2 commits into from
Jun 27, 2022
Merged

Vendor latest mimir-prometheus/main #2243

merged 2 commits into from
Jun 27, 2022

Commits on Jun 27, 2022

  1. Vendor latest mimir-prometheus/main

    Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
    codesome committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5c05553 View commit details
    Browse the repository at this point in the history
  2. Update the bytes length of the meta files

    With the new vendored version of mimir-prometheus the meta files now
    have a new property called out_of_order to state if the block was an
    out-of-order block or not.
    
    This new property gets added to every meta file so we need to update the
    expected lengths of this tests.
    
    This is how the new property looks in the metas:
    - "out_of_order": false,
    jesusvazquez committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    599a778 View commit details
    Browse the repository at this point in the history