From b5aed287cae33f5cbfd1e4f512869faa93f82507 Mon Sep 17 00:00:00 2001 From: vimtor Date: Sat, 16 May 2026 09:22:54 +0200 Subject: [PATCH] chore: reduce alerts noise --- infra/monitoring.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index 314680bc33..660091b30d 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -65,7 +65,7 @@ const modelHttpErrorsQuery = (product: "go" | "zen") => { filters, }, ], - formulas: [{ name: "ERROR", expression: "IF(GTE($TOTAL, 100), DIV($FAILED, $TOTAL), 0)" }], + formulas: [{ name: "ERROR", expression: "IF(GTE($TOTAL, 200), DIV($FAILED, $TOTAL), 0)" }], timeRange: 900, }).json }