From 890744d34a7a179c13df5b803b2e3fbb7180d8fd Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 27 Dec 2018 13:07:42 -0800 Subject: [PATCH] Change alert threshold to something less sensitive (#2758) /cc @chrisst --- google/resource_monitoring_alert_policy_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/google/resource_monitoring_alert_policy_test.go b/google/resource_monitoring_alert_policy_test.go index bcfec956..6fd453ee 100644 --- a/google/resource_monitoring_alert_policy_test.go +++ b/google/resource_monitoring_alert_policy_test.go @@ -129,9 +129,10 @@ resource "google_monitoring_alert_policy" "basic" { per_series_aligner = "%s" } - duration = "60s" - comparison = "COMPARISON_GT" - filter = "%s" + duration = "60s" + comparison = "COMPARISON_GT" + filter = "%s" + thresholdValue = "0.5" } } }