Change alert threshold to something less sensitive (#2758)

<!-- This change is generated by MagicModules. -->
/cc @chrisst
This commit is contained in:
The Magician 2018-12-27 13:07:42 -08:00 committed by Chris Stephens
parent 082ba50b52
commit 890744d34a

View File

@ -129,9 +129,10 @@ resource "google_monitoring_alert_policy" "basic" {
per_series_aligner = "%s" per_series_aligner = "%s"
} }
duration = "60s" duration = "60s"
comparison = "COMPARISON_GT" comparison = "COMPARISON_GT"
filter = "%s" filter = "%s"
thresholdValue = "0.5"
} }
} }
} }