docs: move shared section for circuit breakers (#297)
Signed-off-by: Jose Nino <jnino@lyft.com>pull/295/head
parent
ec38af2de5
commit
30e4830489
4 changed files with 20 additions and 11 deletions
@ -0,0 +1,17 @@ |
|||||||
|
.. _config_cluster_manager_cluster_circuit_breakers: |
||||||
|
|
||||||
|
Circuit breaking |
||||||
|
================ |
||||||
|
|
||||||
|
* Circuit Breaking :ref:`architecture overview <arch_overview_circuit_break>`. |
||||||
|
* :ref:`v1 API documentation <config_cluster_manager_cluster_circuit_breakers_v1>`. |
||||||
|
* :ref:`v2 API documentation <envoy_api_msg_CircuitBreakers>`. |
||||||
|
|
||||||
|
Runtime |
||||||
|
------- |
||||||
|
|
||||||
|
All circuit breaking settings are runtime configurable for all defined priorities based on cluster |
||||||
|
name. They follow the following naming scheme ``circuit_breakers.<cluster_name>.<priority>.<setting>``. |
||||||
|
``cluster_name`` is the name field in each cluster's configuration, which is set in the envoy |
||||||
|
:ref:`config file <config_cluster_manager_cluster_name>`. Available runtime settings will override |
||||||
|
settings set in the envoy config file. |
Loading…
Reference in new issue