-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ingester: split push and read circuit breakers (#8315)
* Ingester: splitting push and read circuit breakers Signed-off-by: Yuri Nikolic <[email protected]> * Improving TestIngester_StartReadRequest Signed-off-by: Yuri Nikolic <[email protected]> * Updating documentation Signed-off-by: Yuri Nikolic <[email protected]> * Fixing lint issues Signed-off-by: Yuri Nikolic <[email protected]> * Fixing documentation issues Signed-off-by: Yuri Nikolic <[email protected]> * Do not call tryAcquirePermit() on the push cb from tryReadAcquirePermit() Signed-off-by: Yuri Nikolic <[email protected]> * Rename prCircuitBreaker into ingesterCircuitBreaker Signed-off-by: Yuri Nikolic <[email protected]> * Rename label name path to request_type and label value write to push Signed-off-by: Yuri Nikolic <[email protected]> * Do not allow acquiring permit if cbs are not active Signed-off-by: Yuri Nikolic <[email protected]> * Fixing review findings Signed-off-by: Yuri Nikolic <[email protected]> * Fixing review findings Signed-off-by: Yuri Nikolic <[email protected]> * Fixing review findings Signed-off-by: Yuri Nikolic <[email protected]> --------- Signed-off-by: Yuri Nikolic <[email protected]>
- Loading branch information
1 parent
93bfb1f
commit c3cb0ce
Showing
12 changed files
with
1,420 additions
and
386 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
Oops, something went wrong.