mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
chore: corrected error budget left calculations (PROJQUAY-8506) (#3695)
Corrected error budget left calculations Co-authored-by: shudeshp <shudeshp@redhat.com>
This commit is contained in:
parent
373621b7e4
commit
f88cacf388
@ -1252,7 +1252,7 @@ data:
|
||||
"type": "__expr__",
|
||||
"uid": "__expr__"
|
||||
},
|
||||
"expression": "0.001 - (($errors+$errors_elb*$fraction_of_elb_traffic)/$total)",
|
||||
"expression": "0.005 - (($errors+$errors_elb*$fraction_of_elb_traffic)/$total)",
|
||||
"hide": false,
|
||||
"refId": "Error budget left",
|
||||
"type": "math"
|
||||
|
Loading…
x
Reference in New Issue
Block a user