Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass of alerts to be linked #39

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ This page should indicate what monitoring exists (and maybe more importantly, wh

# Availability tests

A few availability tests exist hitting the prod api cluster, but I don't see any place where they are used to notify that something is broken.
| Alert | Primary resource
| -- | --
| [Outbound Redis was slower than expected](https://portal.azure.com/#blade/Microsoft_Azure_Monitoring/UpdateVNextAlertRuleBlade/ruleInputs/%7B%22alertId%22%3A%22%2Fsubscriptions%2Fe05584a1-ed97-4676-aec9-d82ba4c36c93%2FresourceGroups%2Fclearlydefined-prod%2Fproviders%2Fmicrosoft.insights%2Fscheduledqueryrules%2FOutbound%20Redis%20was%20slower%20than%20expected%22%7D) | Redis access, but from the WestUS Prod API's perspective
| [SLA Drop below .99 for the past 24 hours (by count of 500)](https://portal.azure.com/#blade/Microsoft_Azure_Monitoring/UpdateVNextAlertRuleBlade/ruleInputs/%7B%22alertId%22%3A%22%2Fsubscriptions%2Fe05584a1-ed97-4676-aec9-d82ba4c36c93%2FresourceGroups%2Fclearlydefined-prod%2Fproviders%2Fmicrosoft.insights%2Fscheduledqueryrules%2FSLA%20Drop%20below%20.99%20for%20the%20past%2024%20hours%20(by%20count%20of%20500)%22%7D) | Prod API's 500 responses
| [SLA Drop below .99 for the past 24 hours (requests greater than 20s)](https://portal.azure.com/#blade/Microsoft_Azure_Monitoring/UpdateVNextAlertRuleBlade/ruleInputs/%7B%22alertId%22%3A%22%2Fsubscriptions%2Fe05584a1-ed97-4676-aec9-d82ba4c36c93%2FresourceGroups%2Fclearlydefined-prod%2Fproviders%2Fmicrosoft.insights%2Fscheduledqueryrules%2FSLA%20Drop%20below%20.99%20for%20the%20past%2024%20hours%20(requests%20greater%20than%2020s)%22%7D) | Prod API's response speed


# Other alerts

Expand Down