chore: reduce alerts noise

This commit is contained in:
vimtor
2026-05-16 09:22:54 +02:00
parent 53849bd866
commit b5aed287ca

View File

@@ -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
}