Skip to content

Commit

Permalink
chore(rds): Adjust RDSDiskSpacePrediction duration
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Nov 22, 2023
1 parent 013df49 commit b6970c0
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 @@ -48,7 +48,7 @@ rules:

RDSDiskSpacePrediction:
expr: predict_linear(min by (aws_account_id, aws_region, dbidentifier) (rds_free_storage_bytes{})[30m:], 3600 * 4) < 1
for: 15m
for: 10m
labels:
severity: critical
annotations:
Expand Down

0 comments on commit b6970c0

Please sign in to comment.