MON-166 Fix API Gateway Notification on no data (fix ci)
This commit is contained in:
parent
b0fbe7dd32
commit
60ca2a3d90
@ -18,7 +18,7 @@ resource "datadog_monitor" "API_Gateway_latency" {
|
|||||||
critical = "${var.latency_threshold_critical}"
|
critical = "${var.latency_threshold_critical}"
|
||||||
}
|
}
|
||||||
|
|
||||||
notify_no_data = false # Will NOT notify when no data is received
|
notify_no_data = false # Will NOT notify when no data is received
|
||||||
renotify_interval = 0
|
renotify_interval = 0
|
||||||
require_full_window = false
|
require_full_window = false
|
||||||
timeout_h = 0
|
timeout_h = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user