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

*: update Cortex (and Prometheus) dependency #4586

Merged
merged 8 commits into from
Sep 1, 2021

Commits on Aug 20, 2021

  1. *: update Cortex (and Prometheus) dependency

    Update Cortex dependency (and Prometheus together) to include
    cortexproject/cortex@70dddb6.
    
    storage.Querier finally has support for label.Matchers so now we can
    fully pass them down.
    
    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    614e1b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Merge remote-tracking branch 'origin/main' into update_cortex_prometheus

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    07a18c8 View commit details
    Browse the repository at this point in the history
  2. *: fix tests by passing EnableExemplarStorage

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b1fb1b2 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: update with note about LabelNames() pushdown

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    1482ba7 View commit details
    Browse the repository at this point in the history
  4. store: pass along matchers in proxy

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    668fa1f View commit details
    Browse the repository at this point in the history
  5. store: fix e2e labelname tests

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    8f9a57f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Fix according to Ben's comments

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    34eb6e3 View commit details
    Browse the repository at this point in the history
  2. test/e2e: fix grammar issue in a comment

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4a1b176 View commit details
    Browse the repository at this point in the history