We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53849bd commit b5aed28Copy full SHA for b5aed28
1 file changed
infra/monitoring.ts
@@ -65,7 +65,7 @@ const modelHttpErrorsQuery = (product: "go" | "zen") => {
65
filters,
66
},
67
],
68
- formulas: [{ name: "ERROR", expression: "IF(GTE($TOTAL, 100), DIV($FAILED, $TOTAL), 0)" }],
+ formulas: [{ name: "ERROR", expression: "IF(GTE($TOTAL, 200), DIV($FAILED, $TOTAL), 0)" }],
69
timeRange: 900,
70
}).json
71
}
0 commit comments