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

rpc for querying ingesters to get chunk ids from its store #2601

Merged
merged 22 commits into from
Sep 18, 2020

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    d8313b8 View commit details
    Browse the repository at this point in the history
  2. fix broken tests

    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5351c97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4299c1 View commit details
    Browse the repository at this point in the history
  4. add AsyncStore which helps with querying and merging results from bot…

    …h chunk store and ingesters
    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    22dce5c View commit details
    Browse the repository at this point in the history
  5. query ingesters local store for labels when active index type is bolt…

    …db-shipper or query store is true
    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    8376f27 View commit details
    Browse the repository at this point in the history
  6. better naming

    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    488b202 View commit details
    Browse the repository at this point in the history
  7. add some tests

    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    305cf4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88de6c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b23b55 View commit details
    Browse the repository at this point in the history
  10. check for nil fetcher

    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f686414 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3dc2c32 View commit details
    Browse the repository at this point in the history
  12. some more improvements

    1. query chunk-refs parallely from store and ingesters.
    2. limit look back for chunk refs and labels from ingesters to start of schema when using boltdb-shipper.
    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    ad5e044 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e9ee5e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    242271d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    678470d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9f3bef5 View commit details
    Browse the repository at this point in the history
  17. rename tests

    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    bc6ee17 View commit details
    Browse the repository at this point in the history
  18. fix broken tests

    sandeepsukhani committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    4f974ac View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c0732a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c05bf1f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e4450ae View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2946f52 View commit details
    Browse the repository at this point in the history