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 min28 min ago
400 (above)200 (warn)
Test alertAlerting
| summarize count(*) by bin_auto(timestamp), status_code
-every 1 min28 min ago
1 (above)
error alertsAlerting
level == "ERROR" | summarize count(*) by bin_auto(timestamp), status_code
-every 5 min31 min ago
3 (above)2 (warn)
Test alertAlerting
| summarize count(*) by bin_auto(timestamp), status_code
-every 1 min28 min ago
1 (above)
Test alertAlerting
| summarize count(*) by bin_auto(timestamp), status_code
-every 1 min28 min ago
1 (above)
Demo — recommendation service errors
resource.service.name == "recommendation" and status_code == "ERROR" | summarize count(*) by bin_auto(timestamp)
-every 5 min31 min ago
5 (above)2 (warn)
Demo — checkout throughput dropped
resource.service.name == "checkout" | summarize count(*) by bin_auto(timestamp)
-every 10 min31 min ago
5 (below)
Demo — ad service errors
resource.service.name == "ad" and status_code == "ERROR" | summarize count(*) by bin_auto(timestamp)
-every 5 min31 min ago
8 (above)3 (warn)