chore: reduce alerts noise
This commit is contained in:
parent
53849bd866
commit
b5aed287ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue