Skip to content

Commit 117c7e0

Browse files
committed
update threshold for database_cpu_utilization
1 parent bbefce3 commit 117c7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csp-mixin/alerts/gcp-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ groups:
3131

3232
- alert: GcpCloudSQLHighCpu
3333
expr: |
34-
100 * avg by (job,project_id,instance,database_id) (stackdriver_cloudsql_database_cloudsql_googleapis_com_database_cpu_utilization{job=~".+",project_id=~".+",instance=~".+", database_id=~".+"}) > 80
34+
100 * avg by (job,project_id,instance,database_id) (stackdriver_cloudsql_database_cloudsql_googleapis_com_database_cpu_utilization{job=~".+",project_id=~".+",instance=~".+", database_id=~".+"}) > 90
3535
for: 5m
3636
keep_firing_for: 10m
3737
labels:

0 commit comments

Comments
 (0)