Justin Jung
Justin Jung
**Is your feature request related to a problem? Please describe.** The configs under`-blocks-storage.bucket-store` are meant to be shared between querier and store-gateways to make sure they are in-sync about what...
This PR is adding a hook in index reader, such that we could return an index reader with custom PostingsForMatchers function. One great example is to have index reader with...
**What this PR does**: This PR introduces token bucket limiter to enhance store gateway throttling. The limiter contains three different token buckets: - request token bucket - user token bucket...
### Description Currently the API always returns http code 422 for engine execution error, and This PR allows the error code to be overriden, based on the ErrorType and the...
**What this PR does**: This PR builds on top of https://github.com/cortexproject/cortex/pull/6895 and adds query tracker on ingester and store gateways. The idea is to track top 100 queries with highest...
**Is your feature request related to a problem? Please describe.** When we add a new metric, or make adjustment to existing metrics, it could be easy for us to miss...