Skip to content

Commit 81c6244

Browse files
committed
address feedback
1 parent 6d92d21 commit 81c6244

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

csp-mixin/alerts/gcp-alerts.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ groups:
3939
service: 'Cloud SQL'
4040
namespace: cloud-provider-gcp
4141
annotations:
42-
summary: 'CPU utilization is too high.'
42+
summary: 'Database CPU utilization is too high.'
4343
description: 'Check {{ $labels.database_id }} database for high CPU queries and optimize them, or scale up the instance if sustained high usage.'
4444
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
4545

@@ -53,7 +53,7 @@ groups:
5353
service: 'Cloud SQL'
5454
namespace: cloud-provider-gcp
5555
annotations:
56-
summary: 'Memory utilization is too high.'
56+
summary: 'Database memory utilization is too high.'
5757
description: 'Review high-memory queries or add more memory to the {{ $labels.database_id }} instance.'
5858
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
5959

@@ -81,7 +81,7 @@ groups:
8181
service: 'Cloud SQL'
8282
namespace: cloud-provider-gcp
8383
annotations:
84-
summary: 'Too many active connections.'
84+
summary: 'Too many database active connections.'
8585
description: 'Investigate connection pooling settings and connection management in your {{ $labels.database_id }} application database.'
8686
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
8787

@@ -95,7 +95,7 @@ groups:
9595
service: 'Cloud SQL'
9696
namespace: cloud-provider-gcp
9797
annotations:
98-
summary: 'More than 5 failed connections in 5 minutes.'
98+
summary: 'More than 5 MySQL failed connections in 5 minutes.'
9999
description: 'Verify credentials and network settings; check for firewall rules blocking connections for the {{ $labels.database_id }} database.'
100100
dashboard_uid: 'cc710d49022fdd69bed0e992891863e9'
101101

@@ -123,7 +123,7 @@ groups:
123123
service: 'Pub/Sub'
124124
namespace: cloud-provider-gcp
125125
annotations:
126-
summary: 'More than 1000 messages.'
126+
summary: 'More than 1000 unacknowledged messages for a PubSub subscription.'
127127
description: 'Scale up subscribers or adjust message processing capacity for the {{ $labels.instance }} instance.'
128128
dashboard_uid: '2abad1eb5e4873b95e9176e7ef10a30c'
129129

@@ -137,6 +137,6 @@ groups:
137137
service: 'Pub/Sub'
138138
namespace: cloud-provider-gcp
139139
annotations:
140-
summary: 'Unacknowledged messages for more than 60 seconds.'
140+
summary: 'Unacknowledged messages for more than 60 seconds for a PubSub subscription.'
141141
description: 'Investigate {{ $labels.instance }} instance and speed up message processing; ensure consumers can handle the load.'
142142
dashboard_uid: '2abad1eb5e4873b95e9176e7ef10a30c'

0 commit comments

Comments
 (0)