client:
kind: io.l5d.static
configs:
- prefix: /#/io.l5d.fs/foo
failureAccrual:
kind: io.l5d.successRate
successRate: 0.9
requests: 1000
backoff:
kind: jittered
minMs: 5000
maxMs: 300000
Is there a way to configure circuit breaking (failure accrual) settings at a per service level?
--
You received this message because you are subscribed to the Google Groups "linkerd-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linkerd-users+unsubscribe@googlegroups.com.
To post to this group, send email to linker...@googlegroups.com.
Visit this group at https://groups.google.com/group/linkerd-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/linkerd-users/4278212c-37ee-44be-9e1e-d81dc116bc7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Betson,Good question, failure accrual can be configured per client. For exampleclient:
kind: io.l5d.static
configs:
- prefix: /#/io.l5d.fs/foo
failureAccrual:
kind: io.l5d.successRate
successRate: 0.9
requests: 1000
backoff:
kind: jittered
minMs: 5000
maxMs: 300000
On Fri, May 5, 2017 at 12:24 PM, Betson Thomas <betson...@gmail.com> wrote:
Is there a way to configure circuit breaking (failure accrual) settings at a per service level?
--
You received this message because you are subscribed to the Google Groups "linkerd-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linkerd-user...@googlegroups.com.