chore: reduce alerts noise

This commit is contained in:
vimtor 2026-05-16 09:22:54 +02:00
parent 53849bd866
commit b5aed287ca
No known key found for this signature in database

View File

@ -65,7 +65,7 @@ const modelHttpErrorsQuery = (product: "go" | "zen") => {
filters, 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, timeRange: 900,
}).json }).json
} }