Browse Source

chore: reduce alerts noise

vimtor 2 months ago
parent
commit
b5aed287ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/monitoring.ts

+ 1 - 1
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
 }