Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_core" {

metric_query {
id = "ad1"
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
label = "Anomaly Detection Band"
return_data = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_houseke

metric_query {
id = "ad1"
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
label = "Anomaly Detection Band"
return_data = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_ingesti

metric_query {
id = "ad1"
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
label = "Anomaly Detection Band"
return_data = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_setup"

metric_query {
id = "ad1"
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
label = "Anomaly Detection Band"
return_data = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "athena_workgroup_processed_bytes_user" {

metric_query {
id = "ad1"
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
expression = "ANOMALY_DETECTION_BAND(m1, 4)"
label = "Anomaly Detection Band"
return_data = true
}
Expand Down
Loading