From ccb9a2e8a6e11794f20ff702ee3d8ccdd8b8d959 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 28 Nov 2023 06:12:07 -0500 Subject: [PATCH] feat(o11y): makes the alarm less noisy (#287) --- terraform/monitoring/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/monitoring/main.tf b/terraform/monitoring/main.tf index 330b9647..8d5079e6 100644 --- a/terraform/monitoring/main.tf +++ b/terraform/monitoring/main.tf @@ -547,7 +547,7 @@ resource "grafana_dashboard" "at_a_glance" { { "evaluator" : { "params" : [ - 0 + 5 ], "type" : "gt" }, @@ -570,7 +570,7 @@ resource "grafana_dashboard" "at_a_glance" { { "evaluator" : { "params" : [ - 0 + 5 ], "type" : "gt" },