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

Store/Receivers: Calculating chunk hashes on stores/receivers #5703

Merged
merged 16 commits into from
Oct 25, 2022

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    2445858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44d21de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0afef2 View commit details
    Browse the repository at this point in the history
  4. implement e2e test for prometheus store

    Signed-off-by: Pedro Tanaka <[email protected]>
    
    fixing flaky e2e tests
    
    Signed-off-by: Pedro Tanaka <[email protected]>
    
    fix integration test for prometheus
    
    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b5f5b2f View commit details
    Browse the repository at this point in the history
  5. calculating hash on TSDB Series() request as well

    Signed-off-by: Pedro Tanaka <[email protected]>
    
    Final fix on error linting
    
    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    2f38f44 View commit details
    Browse the repository at this point in the history
  6. Using sync.Pool to avoid gc pressure

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3180870 View commit details
    Browse the repository at this point in the history
  7. Fixing whitespace

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    abeaa0c View commit details
    Browse the repository at this point in the history
  8. Fixing nit on proto

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    55cae36 View commit details
    Browse the repository at this point in the history
  9. Fixing hashpool

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3631333 View commit details
    Browse the repository at this point in the history
  10. Using pool from callee instead of inside helper function

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    566c423 View commit details
    Browse the repository at this point in the history
  11. Reusing the hasher pool in other places

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0a3f651 View commit details
    Browse the repository at this point in the history
  12. Calculating hashes by default

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d6ca5e9 View commit details
    Browse the repository at this point in the history
  13. Adjusting e2e and integration tests

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    edd1894 View commit details
    Browse the repository at this point in the history
  14. fixing linting and e2e test

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    2055036 View commit details
    Browse the repository at this point in the history
  15. Fixing new call format for tsdb.NewHead

    Signed-off-by: Pedro Tanaka <[email protected]>
    pedro-stanaka committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f2ccbdc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    2680da6 View commit details
    Browse the repository at this point in the history