1
0
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:
Shubhra Deshpande 2025-03-03 14:05:56 -05:00 committed by GitHub
parent 373621b7e4
commit f88cacf388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"