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:
Laurent Demailly 2017-06-19 18:10:36 -07:00 committed by Kuat
parent 32b72ef771
commit 7c16bcf683
1 changed files with 1 additions and 1 deletions

View File

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