Skip to content

Commit

Permalink
Adjusting namespace again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Nov 6, 2024
1 parent 7bb4404 commit 7cc6f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/alert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ resource "azurerm_monitor_metric_alert" "api-response-time-alert" {

criteria {
metric_name = "HttpResponseTime"
metric_namespace = "Microsoft.Web/serverFarms"
metric_namespace = "microsoft.Web/sites"
aggregation = "Average"
operator = "GreaterThan"
threshold = 5 # Value is in seconds
Expand Down

0 comments on commit 7cc6f0b

Please sign in to comment.