Navigation :
circuit_breaker.proto
Package: gloo.solo.io
Types:
CircuitBreakerConfig
CircuitBreakerConfig contains the options for customizing circuit breaking behavior.
See the envoy docs
for the meaning of these values.
"maxConnections": .google.protobuf.UInt32Value
"maxPendingRequests": .google.protobuf.UInt32Value
"maxRequests": .google.protobuf.UInt32Value
"maxRetries": .google.protobuf.UInt32Value