Skip to content

Commit af0384a

Browse files
CCM-13935: Athena Alarm Tuning (#198)
1 parent 4221abe commit af0384a

5 files changed

Lines changed: 5 additions & 5 deletions

infrastructure/terraform/components/reporting/cloudwatch_metric_alarm_athena_workgroup_processed_bytes_core.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_core" {
2222

2323
metric_query {
2424
id = "ad1"
25-
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
25+
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
2626
label = "Anomaly Detection Band"
2727
return_data = true
2828
}

infrastructure/terraform/components/reporting/cloudwatch_metric_alarm_athena_workgroup_processed_bytes_housekeeping.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_houseke
2222

2323
metric_query {
2424
id = "ad1"
25-
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
25+
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
2626
label = "Anomaly Detection Band"
2727
return_data = true
2828
}

infrastructure/terraform/components/reporting/cloudwatch_metric_alarm_athena_workgroup_processed_bytes_ingestion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_ingesti
2222

2323
metric_query {
2424
id = "ad1"
25-
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
25+
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
2626
label = "Anomaly Detection Band"
2727
return_data = true
2828
}

infrastructure/terraform/components/reporting/cloudwatch_metric_alarm_athena_workgroup_processed_bytes_setup.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_setup"
2222

2323
metric_query {
2424
id = "ad1"
25-
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
25+
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
2626
label = "Anomaly Detection Band"
2727
return_data = true
2828
}

infrastructure/terraform/components/reporting/cloudwatch_metric_alarm_athena_workgroup_processed_bytes_user.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_user" {
2222

2323
metric_query {
2424
id = "ad1"
25-
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
25+
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
2626
label = "Anomaly Detection Band"
2727
return_data = true
2828
}

0 commit comments

Comments
 (0)