MON-142: require_full_window should be set to true
This commit is contained in:
parent
ec9245f92c
commit
a6c8535e99
@ -28,7 +28,7 @@ resource "datadog_monitor" "mysql_connection_too_high" {
|
||||
|
||||
notify_no_data = true
|
||||
renotify_interval = 0
|
||||
require_full_window = false
|
||||
require_full_window = true
|
||||
timeout_h = 0
|
||||
include_tags = true
|
||||
|
||||
@ -58,7 +58,7 @@ resource "datadog_monitor" "mysql_thread_too_high" {
|
||||
|
||||
notify_no_data = true
|
||||
renotify_interval = 0
|
||||
require_full_window = false
|
||||
require_full_window = true
|
||||
timeout_h = 0
|
||||
include_tags = true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user