Skip to content

Commit

Permalink
fix metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2024
1 parent baca63b commit c97f78b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions modules/logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,7 @@ resource "azurerm_monitor_diagnostic_setting" "app_service_logging" {
category = "AppServiceAppLogs"
}
metric {
category = "CpuTime"
enabled = true
}

metric {
category = "MemoryWorkingSet"
enabled = true
}

metric {
category = "HttpResponseTime"
category = "AllMetrics"
enabled = true
}
}

0 comments on commit c97f78b

Please sign in to comment.