Skip to content

Commit 39d9941

Browse files
authored
Update alerts postgresql metadata.yaml (#1240)
The id should match the file name of the Alert Policy Template. Our intern found this issue while developing their internship project. Since they don't have access to GitHub, I'm making this change on their behalf
1 parent e4e0d89 commit 39d9941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alerts/postgresql/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
alert_policy_templates:
2-
- id: "high-connections-utilization"
2+
- id: "high-connection-utilization"
33
display_name: "Postgresql - High Connection Utilization"
44
description: "Alert fires when active connections are near a threshold of 90. Around this point is where the instance may run into connection issues and may start refusing connections."
55
version: 1

0 commit comments

Comments
 (0)