From 454e54a76a0c2ecb329e2baafbda8dbb60d42299 Mon Sep 17 00:00:00 2001 From: Rizal Widyarta Gowandy Date: Thu, 27 May 2021 10:20:08 +0700 Subject: [PATCH] Remove Lost Signal --- main.tf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.tf b/main.tf index f5e91d8..862899b 100644 --- a/main.tf +++ b/main.tf @@ -845,10 +845,7 @@ resource "newrelic_nrql_alert_condition" "main" { fill_option = "static" fill_value = 1.0 - aggregation_window = 60 - expiration_duration = 120 - open_violation_on_expiration = true - close_violations_on_expiration = true + aggregation_window = 60 nrql { query = "SELECT percentage(count(*), WHERE metric_status = 'error') from ${var.event_name} WHERE method = '${each.key}'"