Skip to content

Commit

Permalink
Remove Lost Signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizal Widyarta Gowandy committed May 27, 2021
1 parent 304b954 commit 454e54a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}'"
Expand Down

0 comments on commit 454e54a

Please sign in to comment.