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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ groups:
11
11
service: 'Compute Engine'
12
12
namespace: cloud-provider-gcp
13
13
annotations:
14
-
summary: 'CPU utilization is too high.'
14
+
summary: 'VM CPU utilization is too high.'
15
15
description: 'The VM {{ $labels.instance_name }} is under heavy load and may become unresponsive.'
16
16
dashboard_uid: 'f115fe73641347c43415535d77e2dc0f'
17
17
@@ -25,7 +25,7 @@ groups:
25
25
service: 'Compute Engine'
26
26
namespace: cloud-provider-gcp
27
27
annotations:
28
-
summary: 'IO latency is too high.'
28
+
summary: 'VM IO latency is too high.'
29
29
description: 'Check {{ $labels.instance_id }} VM for I/O bottlenecks and upgrade to SSD if necessary.'
30
30
dashboard_uid: 'f115fe73641347c43415535d77e2dc0f'
31
31
@@ -67,7 +67,7 @@ groups:
67
67
service: 'Cloud SQL'
68
68
namespace: cloud-provider-gcp
69
69
annotations:
70
-
summary: 'Disk utilization is too high.'
70
+
summary: 'Database disk utilization is too high.'
71
71
description: 'Delete or archive unused data, or increase disk size to the {{ $labels.database_id }} database.'
72
72
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
73
73
@@ -109,7 +109,7 @@ groups:
109
109
service: 'Cloud SQL'
110
110
namespace: cloud-provider-gcp
111
111
annotations:
112
-
summary: 'More than 5 seconds lag between read replica and primary.'
112
+
summary: 'More than 5 seconds lag between database read replica and primary.'
113
113
description: 'Check {{ $labels.database_id }} database for network latency between primary and replica; adjust configurations to optimize replication.'
0 commit comments