-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ingester: implement request size instance limit (#6492)
* grpc push check: use size from metadata for ingester push requests. Signed-off-by: Peter Štibraný <[email protected]> * Implement inflight bytes check. Signed-off-by: Peter Štibraný <[email protected]> * Add test for inflight bytes check. Signed-off-by: Peter Štibraný <[email protected]> * changelog entry Signed-off-by: Peter Štibraný <[email protected]> * docs, help Signed-off-by: Peter Štibraný <[email protected]> * CHANGELOG.md Signed-off-by: Peter Štibraný <[email protected]> * Make ctx param first. Signed-off-by: Peter Štibraný <[email protected]> * Add documentation for err-mimir-ingester-max-inflight-push-requests-bytes error. Signed-off-by: Peter Štibraný <[email protected]> * Make linter happy. Signed-off-by: Peter Štibraný <[email protected]> * Make sure to check for inflight bytes even if new request size is not known. Signed-off-by: Peter Štibraný <[email protected]> * Check that reporting of cortex_ingester_inflight_push_requests_bytes works. Signed-off-by: Peter Štibraný <[email protected]> --------- Signed-off-by: Peter Štibraný <[email protected]>
- Loading branch information
Showing
13 changed files
with
381 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.