Skip to content

Commit

Permalink
Randomly added capitals to the namespace
Browse files Browse the repository at this point in the history
Co-Authored-By: Sylvie <[email protected]>
Co-Authored-By: Samuel Aquino <[email protected]>
Co-Authored-By: Bella L. Quintero <[email protected]>
Co-Authored-By: jcrichlake <[email protected]>
  • Loading branch information
5 people committed Nov 5, 2024
1 parent baf003f commit a309e1c
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 @@ -270,7 +270,7 @@ resource "azurerm_monitor_metric_alert" "database_memory_alert" {

criteria {
metric_name = "memory_percent"
metric_namespace = "microsoft.dbforpostresql/flexibleservers"
metric_namespace = "Microsoft.DBforPostgreSQL/flexibleServers"
aggregation = "Average"
operator = "GreaterThan"
threshold = local.higher_environment_level ? 50 : 80
Expand Down

0 comments on commit a309e1c

Please sign in to comment.