Adds max failure rate limit
Whereas it was a happy decision to not control the failure rate, we must put a limit to it. Change-Id: Ifcd8ee04a690997fdcd102169913eff142b4d8bb
This commit is contained in:
parent
6eb3b57c69
commit
5677fd0cc9
@ -7,3 +7,6 @@
|
|||||||
type: "rps"
|
type: "rps"
|
||||||
times: 1000
|
times: 1000
|
||||||
rps: 50
|
rps: 50
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user