Skip to main content
Demo Project
NameTeamsScheduleLast RunThreshold
Too many info logs per minute.Alerting
level == "INFO" | summarize count(*) by bin_auto(timestamp), status_code
-every 1 min1 min ago
400 (above)200 (warn)
error alertsAlerting
level == "ERROR" | summarize count(*) by bin_auto(timestamp), status_code
-every 5 min57 sec ago
3 (above)2 (warn)
Test alertAlerting
| summarize count(*) by bin_auto(timestamp), status_code
-every 1 min53 sec ago
1 (above)
Test alertAlerting
| summarize count(*) by bin_auto(timestamp), status_code
-every 1 min49 sec ago
1 (above)
Test alertAlerting
| summarize count(*) by bin_auto(timestamp), status_code
-every 1 min46 sec ago
1 (above)
Demo — recommendation service errors
resource.service.name == "recommendation" and status_code == "ERROR" | summarize count(*) by bin_auto(timestamp)
-every 5 min3 min ago
5 (above)2 (warn)
Demo — checkout throughput dropped
resource.service.name == "checkout" | summarize count(*) by bin_auto(timestamp)
-every 10 min42 sec ago
5 (below)
Demo — ad service errors
resource.service.name == "ad" and status_code == "ERROR" | summarize count(*) by bin_auto(timestamp)
-every 5 min1 min ago
8 (above)3 (warn)