chore: reduce alerts noise
This commit is contained in:
parent
53849bd866
commit
b5aed287ca
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user