Skip to content

Commit f88cacf

Browse files
deshpandevlabshudeshp
and
shudeshp
authored
chore: corrected error budget left calculations (PROJQUAY-8506) (quay#3695)
Corrected error budget left calculations Co-authored-by: shudeshp <[email protected]>
1 parent 373621b commit f88cacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/dashboards/grafana-dashboard-quay-slo.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ data:
12521252
"type": "__expr__",
12531253
"uid": "__expr__"
12541254
},
1255-
"expression": "0.001 - (($errors+$errors_elb*$fraction_of_elb_traffic)/$total)",
1255+
"expression": "0.005 - (($errors+$errors_elb*$fraction_of_elb_traffic)/$total)",
12561256
"hide": false,
12571257
"refId": "Error budget left",
12581258
"type": "math"

0 commit comments

Comments
 (0)