Circuit breakers

    settings can be specified individually for each defined priority.

    thresholds

    (cluster.CircuitBreakers.Thresholds) If multiple are defined with the same RoutingPriority, the first one in the list is used. If no Thresholds is defined for a given , the default values are used.

    cluster.CircuitBreakers.Thresholds

    [cluster.CircuitBreakers.Thresholds proto]

    1. "priority": "...",
    2. "max_retries": "{...}"

    priority

    () The RoutingPriority the specified CircuitBreaker settings apply to.

    max_connections

    () The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.

    (UInt32Value) The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.

    max_requests

    () The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.

    max_retries