mirror of https://github.com/istio/istio.io.git
additional link to envoy doc to explain circuit breaker maxConnections etc (#395)
* better link to envoy doc that explains why we have the fields we do unlike the previous link * better fix, additional link thx kuat for the explanation * typo
This commit is contained in:
parent
32b72ef771
commit
7c16bcf683
|
@ -181,7 +181,7 @@ for more details.
|
|||
|
||||
<a name="istio.proxy.v1.config.CircuitBreaker.SimpleCircuitBreakerPolicy"></a>
|
||||
#### SimpleCircuitBreakerPolicy
|
||||
Parameters to tune Envoy's circuit breaker configuration. A simple
|
||||
Parameters to tune Envoy's [circuit breaker configuration](https://lyft.github.io/envoy/docs/intro/arch_overview/circuit_breaking.html). A simple
|
||||
circuit breaker can be set based on a number of criteria such as
|
||||
connection and request limits. For example, the following destination
|
||||
policy sets a limit of 100 connections to "reviews" service version
|
||||
|
|
Loading…
Reference in New Issue