Skip to content

Commit 68d8190

Browse files
authored
Merge pull request #18 from qonto/update-RDSNonCPUUtilization
Reduce the severity of the RDSNonCPUUtilization alert
2 parents 40a9897 + 26cd7c4 commit 68d8190

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/prometheus-rds-alerts/prometheus_tests/RDSNonCPUUtilization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tests:
2222
aws_account_id: 111111111111
2323
aws_region: eu-west-3
2424
dbidentifier: db1
25-
severity: critical
25+
severity: warning
2626
exp_annotations:
2727
description: "db1 has 20 non CPU wait"
2828
summary: "db1 has high non CPU utilization"

charts/prometheus-rds-alerts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ rules:
8282
)
8383
for: 10m
8484
labels:
85-
severity: critical
85+
severity: warning
8686
annotations:
8787
summary: "{{ $labels.dbidentifier }} has high non CPU utilization"
88-
description: "{{ $labels.dbidentifier }} has {{ $value }} non CPU wait"
88+
description: '{{ $labels.dbidentifier }} has {{ printf "%.0f" $value }} queries waiting for a reason other than the CPU'
8989

9090
RDSMemoryUtilization:
9191
expr: |

0 commit comments

Comments
 (0)