From b6d7e54c3a87324aeea7c0b0f245db393343af63 Mon Sep 17 00:00:00 2001 From: Nelson Taveras <4562733+nvtaveras@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:40:19 -0400 Subject: [PATCH] chore: docs --- infra/monitoring.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/monitoring.tf b/infra/monitoring.tf index 6c624ba..0fca3a8 100644 --- a/infra/monitoring.tf +++ b/infra/monitoring.tf @@ -42,12 +42,12 @@ resource "google_monitoring_alert_policy" "health_check_policy" { metric.type = "logging.googleapis.com/user/${google_logging_metric.health_check_metric.name}" EOF - duration = "300s" + duration = "300s" # Re-test the condition every 5 minutes comparison = "COMPARISON_LT" threshold_value = 1 aggregations { - alignment_period = "21600s" + alignment_period = "21600s" # 6 hours per_series_aligner = "ALIGN_SUM" }