-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a higher threshold alarm which we can use for known checkout fail…
…ure reasons (#6749) This PR adds a new higher threshold alarm/metric. In #6745 we stopped alarming on the "email already taken" error from identity. It's a known issue and we don't want to spend time investigating every time it happens. However, we would like to know if it starts occurring at a higher volume. This PR adds the concept of a higher threshold alarm/metric which we can use to cover this case. The alarm will trigger if 10 or more minutes in the last hour have errors.
- Loading branch information
Showing
4 changed files
with
118 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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