From a6c8535e9912d76c7b503281195d985579eeb4a1 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Wed, 18 Apr 2018 11:15:32 +0200 Subject: [PATCH] MON-142: require_full_window should be set to true --- databases/mysql/mon-mysql.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/mysql/mon-mysql.tf b/databases/mysql/mon-mysql.tf index 17900ed..4b7434d 100644 --- a/databases/mysql/mon-mysql.tf +++ b/databases/mysql/mon-mysql.tf @@ -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