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

Add thanos query frontend sub command #2973

Merged
merged 13 commits into from
Aug 11, 2020

Commits on Aug 11, 2020

  1. add thanos query frontend sub command

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d9bbdaf View commit details
    Browse the repository at this point in the history
  2. remove disable-step-align flag

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    db870da View commit details
    Browse the repository at this point in the history
  3. check empty downstream url

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    4a312e2 View commit details
    Browse the repository at this point in the history
  4. remove userID in cache key

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    44d0534 View commit details
    Browse the repository at this point in the history
  5. add flags max-query-length and max-query-parallelelism

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    e2525ff View commit details
    Browse the repository at this point in the history
  6. Add E2E test for query frontend

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d55e2f0 View commit details
    Browse the repository at this point in the history
  7. add unit tests for roundtripper

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bf7e782 View commit details
    Browse the repository at this point in the history
  8. add changelog

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    12aa431 View commit details
    Browse the repository at this point in the history
  9. add config flags for Cortex fifo cache

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2203a06 View commit details
    Browse the repository at this point in the history
  10. add response cache config

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5f27fd1 View commit details
    Browse the repository at this point in the history
  11. don't create cache middleware when splitQueryInterval == 0 to prevent…

    … panic
    
    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7cdfa8b View commit details
    Browse the repository at this point in the history
  12. fix windows build failure

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    87580cd View commit details
    Browse the repository at this point in the history
  13. refactor handler; add more test cases to e2e and unit tests

    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    56caec6 View commit details
    Browse the repository at this point in the history