OptionalconsecutiveConsecutive successful probes needed before closing. Default: 3.
OptionalcountWhether timeouts count toward tripping. Default: false.
OptionalfailureError rate (0.0-1.0) within the window to trip the breaker. Default: 0.5.
OptionalminMinimum errors within window before rate is evaluated. Default: 50.
OptionalopenTime in milliseconds in Open state before allowing a probe. Default: 5000.
OptionalwindowSliding window duration in milliseconds for error rate calculation. Default: 10000.
Configuration for the client-wide circuit breaker.