Skip to content

Commit 1c689af

Browse files
committed
Increase the budget
1 parent bb72fe7 commit 1c689af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

terraform/cloudwatch.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ data "aws_sns_topic" "alert" {
33
}
44

55
locals {
6-
approx_monthly_budget = 2200
7-
alert_every = 200
6+
approx_monthly_budget = 3000
7+
alert_every = 250
88
}
99

1010
resource "aws_cloudwatch_metric_alarm" "resp_90ile_15m_too_slow" {
@@ -94,7 +94,6 @@ resource "aws_cloudwatch_metric_alarm" "cloudfront_high_5xx" {
9494
return_data = true
9595
}
9696

97-
9897
metric_query {
9998
id = "error_rate"
10099
metric {

0 commit comments

Comments
 (0)