You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csp-mixin/alerts/gcp-alerts.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ groups:
28
28
namespace: cloud-provider-gcp
29
29
annotations:
30
30
summary: 'IO latency is too high.'
31
-
description: 'Check for I/O bottlenecks and upgrade to SSD if necessary.'
31
+
description: 'Check {{ $labels.instance_id }} VM for I/O bottlenecks and upgrade to SSD if necessary.'
32
32
dashboard_uid: 'f115fe73641347c43415535d77e2dc0f'
33
33
34
34
- name: gcp
@@ -44,7 +44,7 @@ groups:
44
44
namespace: cloud-provider-gcp
45
45
annotations:
46
46
summary: 'CPU utilization is too high.'
47
-
description: 'Check for high CPU queries and optimize them, or scale up the instance if sustained high usage.'
47
+
description: 'Check {{ $labels.database_id }} database for high CPU queries and optimize them, or scale up the instance if sustained high usage.'
48
48
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
49
49
50
50
- name: gcp
@@ -60,7 +60,7 @@ groups:
60
60
namespace: cloud-provider-gcp
61
61
annotations:
62
62
summary: 'Memory utilization is too high.'
63
-
description: 'Review high-memory queries or add more memory to the instance.'
63
+
description: 'Review high-memory queries or add more memory to the {{ $labels.database_id }} instance.'
64
64
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
65
65
66
66
- name: gcp
@@ -76,7 +76,7 @@ groups:
76
76
namespace: cloud-provider-gcp
77
77
annotations:
78
78
summary: 'Disk utilization is too high.'
79
-
description: 'Delete or archive unused data, or increase disk size.'
79
+
description: 'Delete or archive unused data, or increase disk size to the {{ $labels.database_id }} database.'
80
80
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
81
81
82
82
- name: gcp
@@ -92,7 +92,7 @@ groups:
92
92
namespace: cloud-provider-gcp
93
93
annotations:
94
94
summary: 'Too many active connections.'
95
-
description: 'Investigate connection pooling settings and connection management in your application.'
95
+
description: 'Investigate connection pooling settings and connection management in your {{ $labels.database_id }} application database.'
96
96
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
97
97
98
98
- name: gcp
@@ -107,8 +107,8 @@ groups:
107
107
service: 'Cloud SQL'
108
108
namespace: cloud-provider-gcp
109
109
annotations:
110
-
summary: 'More than 5 failed connections in 5 minutes'
111
-
description: 'Verify credentials and network settings; check for firewall rules blocking connections.'
110
+
summary: 'More than 5 failed connections in 5 minutes.'
111
+
description: 'Verify credentials and network settings; check for firewall rules blocking connections for the {{ $labels.database_id }} database.'
112
112
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
113
113
114
114
- name: gcp
@@ -124,7 +124,7 @@ groups:
124
124
namespace: cloud-provider-gcp
125
125
annotations:
126
126
summary: 'More than 5 seconds lag between read replica and primary.'
127
-
description: 'Check network latency between primary and replica; adjust configurations to optimize replication.'
127
+
description: 'Check {{ $labels.database_id }} database for network latency between primary and replica; adjust configurations to optimize replication.'
128
128
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
129
129
130
130
- name: gcp
@@ -140,7 +140,7 @@ groups:
140
140
namespace: cloud-provider-gcp
141
141
annotations:
142
142
summary: 'More than 1000 messages.'
143
-
description: 'Scale up subscribers or adjust message processing capacity.'
143
+
description: 'Scale up subscribers or adjust message processing capacity for the {{ $labels.instance }} instance.'
144
144
dashboard_uid: '2abad1eb5e4873b95e9176e7ef10a30c'
145
145
146
146
- name: gcp
@@ -156,5 +156,5 @@ groups:
156
156
namespace: cloud-provider-gcp
157
157
annotations:
158
158
summary: 'Unacknowledged messages for more than 60 seconds.'
159
-
description: 'Investigate and speed up message processing; ensure consumers can handle the load.'
159
+
description: 'Investigate {{ $labels.instance }} instance and speed up message processing; ensure consumers can handle the load.'
0 commit comments