From d40eae47825614781bcdd640b788a5b9c85477d8 Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Tue, 5 Dec 2023 12:07:17 -0800 Subject: [PATCH] Revert "Change write correctness counter to be a delta (#888)" This reverts commit 279dd4ab42a281ba37e59f179f47b59937ce87ee. Signed-off-by: Evan Anderson --- terraform/gcp/modules/monitoring/prober/prober_alerts.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/terraform/gcp/modules/monitoring/prober/prober_alerts.tf b/terraform/gcp/modules/monitoring/prober/prober_alerts.tf index d4d5abdfa..da52197f6 100644 --- a/terraform/gcp/modules/monitoring/prober/prober_alerts.tf +++ b/terraform/gcp/modules/monitoring/prober/prober_alerts.tf @@ -199,7 +199,7 @@ resource "google_monitoring_alert_policy" "prober_verification" { condition_threshold { aggregations { alignment_period = "60s" - per_series_aligner = "ALIGN_DELTA" + per_series_aligner = "ALIGN_SUM" } comparison = "COMPARISON_GT" @@ -211,8 +211,6 @@ resource "google_monitoring_alert_policy" "prober_verification" { count = "1" percent = "0" } - - evaluation_missing_data = "EVALUATION_MISSING_DATA_INACTIVE" } display_name = "Kubernetes Container - prometheus/verification"