Explorar o código

chore: reduce alerts noise

vimtor hai 3 meses
pai
achega
b5aed287ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }