Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/domains/ecommerce-common/00_alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ AzureDiagnostics
Success=countif(outcome == "0")
by Time = bin(TimeGenerated, 15m)
| extend Availability=((Success * 1.0) / Total) * 100
| where Availability < 95
| where Availability < 75
QUERY
)
severity = 1
Expand All @@ -550,4 +550,4 @@ AzureDiagnostics
operator = "GreaterThanOrEqual"
threshold = 2
}
}
}
Loading
Loading