Skip to content

Commit b5aed28

Browse files
committed
chore: reduce alerts noise
1 parent 53849bd commit b5aed28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/monitoring.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const modelHttpErrorsQuery = (product: "go" | "zen") => {
6565
filters,
6666
},
6767
],
68-
formulas: [{ name: "ERROR", expression: "IF(GTE($TOTAL, 100), DIV($FAILED, $TOTAL), 0)" }],
68+
formulas: [{ name: "ERROR", expression: "IF(GTE($TOTAL, 200), DIV($FAILED, $TOTAL), 0)" }],
6969
timeRange: 900,
7070
}).json
7171
}

0 commit comments

Comments
 (0)