Skip to content

Commit

Permalink
chore(rds): Fix RDSQuotaStorageLimit description
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Nov 22, 2023
1 parent e5c23f6 commit 711e2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-rds-alerts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ rules:
severity: warning
annotations:
summary: "The total of RDS storage is close from the AWS quota limit"
description: 'Using {{ printf "%.2g" $value }}% of allowed RDS storage in {{ $labels.aws_account_id}}:{{ $labels.aws_region }}'
description: 'Using {{ printf "%.0f" $value }}% of allowed RDS storage in {{ $labels.aws_account_id}}:{{ $labels.aws_region }}'

RDSUnappliedParameters:
expr: max by (aws_account_id, aws_region, dbidentifier) (rds_instance_info{pending_modified_values="true"}) > 0
Expand Down

0 comments on commit 711e2ce

Please sign in to comment.