-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keeping details of ingest error longer. (#5258)
This PR: - logs an error on router timeout (as there is already an error on the ingester side) - added metrics on the persist subrequests as measured at the end of the router work. - stops returning a rate limiting error when all of the subrequests were rate limited. - advertising: rate limiting as a rate limiting error. - stopped lifting all subrequests as rate limiting as a rate limited request. We now just return a 200, but the individual subrequests return a rate limiting error.
- Loading branch information
1 parent
ded426c
commit 6e2e630
Showing
19 changed files
with
366 additions
and
119 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.