Skip to content

Commit

Permalink
Increase the budget
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Dec 1, 2024
1 parent bb72fe7 commit 1c689af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions terraform/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ data "aws_sns_topic" "alert" {
}

locals {
approx_monthly_budget = 2200
alert_every = 200
approx_monthly_budget = 3000
alert_every = 250
}

resource "aws_cloudwatch_metric_alarm" "resp_90ile_15m_too_slow" {
Expand Down Expand Up @@ -94,7 +94,6 @@ resource "aws_cloudwatch_metric_alarm" "cloudfront_high_5xx" {
return_data = true
}


metric_query {
id = "error_rate"
metric {
Expand Down

0 comments on commit 1c689af

Please sign in to comment.