This repository was archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Fast burn alert #1101
Merged
Merged
Fast burn alert #1101
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
033dc22
adding fast burn alert
yuriatgoogle 5cc01b4
Added alert and playbook, updated alerting index.
yuriatgoogle a3baffd
addressing PR comments
yuriatgoogle 8a6080b
Updated fast burn alert message
yuriatgoogle 84c790c
added comment explaining burn rate threshold
yuriatgoogle fd2bf38
Fixed fast burn alert to use string literal
yuriatgoogle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Fast Error Budget Alert | ||
|
||
This alert fires when 2% of the error budget, as determined by the availability SLO, is consumed in an hour. | ||
|
||
* First check if the site is up | ||
* Check if https://encv.org/ loads (or appropriate domain for this environment) | ||
* Check if you can login | ||
* If you can, admins aren't affected | ||
* If you can't login everyone is affected | ||
* Post in chat that you've got the alert | ||
* Communicate to your team that you are actively looking at this alert to lower confusion. | ||
* Look at services dashboard | ||
* Load https://console.cloud.google.com/monitoring/services | ||
* Look at the Verification Server service and determine its health | ||
* Look at the e2e-runner service request logs. This is a service executing code issue and key upload logic and may contain more information on what's going on | ||
* Look for servers with elevated 5xx | ||
* Look at request logs, you can navigate by hand or use the following query | ||
|
||
``` | ||
resource.type="cloud_run_revision" | ||
resource.labels.service_name="e2e-runner" | ||
severity=ERROR | ||
``` |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.