File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/prometheus-rds-alerts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
aws_account_id : 111111111111
23
23
aws_region : eu-west-3
24
24
dbidentifier : db1
25
- severity : critical
25
+ severity : warning
26
26
exp_annotations :
27
27
description : " db1 has 20 non CPU wait"
28
28
summary : " db1 has high non CPU utilization"
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ rules:
82
82
)
83
83
for : 10m
84
84
labels :
85
- severity : critical
85
+ severity : warning
86
86
annotations :
87
87
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 '
89
89
90
90
RDSMemoryUtilization :
91
91
expr : |
You can’t perform that action at this time.
0 commit comments