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

query: add --store-strict flag #2337

Merged
merged 2 commits into from
Mar 30, 2020

Commits on Mar 29, 2020

  1. query: add --store-strict flag

    Add a new flag called `--store-strict` as agreed per
    https://thanos.io/proposals/202001_thanos_query_health_handling.md/
    
    I have updated the proposal to reflect the reality.
    
    Third time's the charm, I believe it :-)
    
    Now the flag is called `--store-strict` which only accepts statically
    defined nodes. I guess the code is even simpler now.
    
    I have also fixed one small issue where `%w` was used in
    `errors.Errorf`. Couldn't compile Thanos locally with Go 1.14 without
    this fix.
    
    Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>
    GiedriusS committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    47b3613 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. CHANGELOG: fix changelog item

    Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>
    GiedriusS committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    eb13b48 View commit details
    Browse the repository at this point in the history