-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Store/Receivers: Calculating chunk hashes on stores/receivers #5703
Commits on Oct 14, 2022
-
Adding hashes to raw chunks and populating it from bucket store
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2445858 - Browse repository at this point
Copy the full SHA 2445858View commit details -
Adding flag on SeriesRequest to control whether to calculate or not h…
…ashes Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44d21de - Browse repository at this point
Copy the full SHA 44d21deView commit details -
Only calculate hash on series request for bucket when needed
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0afef2 - Browse repository at this point
Copy the full SHA e0afef2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b5f5b2f - Browse repository at this point
Copy the full SHA b5f5b2fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2f38f44 - Browse repository at this point
Copy the full SHA 2f38f44View commit details -
Using sync.Pool to avoid gc pressure
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3180870 - Browse repository at this point
Copy the full SHA 3180870View commit details -
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abeaa0c - Browse repository at this point
Copy the full SHA abeaa0cView commit details -
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55cae36 - Browse repository at this point
Copy the full SHA 55cae36View commit details -
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3631333 - Browse repository at this point
Copy the full SHA 3631333View commit details -
Using pool from callee instead of inside helper function
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 566c423 - Browse repository at this point
Copy the full SHA 566c423View commit details -
Reusing the hasher pool in other places
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a3f651 - Browse repository at this point
Copy the full SHA 0a3f651View commit details -
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6ca5e9 - Browse repository at this point
Copy the full SHA d6ca5e9View commit details -
Adjusting e2e and integration tests
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edd1894 - Browse repository at this point
Copy the full SHA edd1894View commit details -
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2055036 - Browse repository at this point
Copy the full SHA 2055036View commit details -
Fixing new call format for tsdb.NewHead
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2ccbdc - Browse repository at this point
Copy the full SHA f2ccbdcView commit details
Commits on Oct 17, 2022
-
Adding option to control whether to hash chunks on stores or not
Signed-off-by: Pedro Tanaka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2680da6 - Browse repository at this point
Copy the full SHA 2680da6View commit details