Skip to content

Commit 8d99d22

Browse files
fix: diagnostic settings for storage
1 parent c151f2d commit 8d99d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "storage" {
2020
log_analytics_workspace_id = var.log_analytics_workspace_audit_id
2121

2222
monitor_diagnostic_setting_storage_account_enabled_logs = ["StorageWrite", "StorageRead", "StorageDelete"]
23-
monitor_diagnostic_setting_storage_account_metrics = ["AllMetrics"]
23+
monitor_diagnostic_setting_storage_account_metrics = ["Capacity", "Transaction"]
2424

2525
name = replace(lower(local.storage_account_name), "-", "")
2626

0 commit comments

Comments
 (0)