circuit_breaker.proto
Package: gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/circuit_breaker.proto
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
Field | Type | Description |
---|---|---|
maxConnections |
.google.protobuf.UInt32Value | |
maxPendingRequests |
.google.protobuf.UInt32Value | |
maxRequests |
.google.protobuf.UInt32Value | |
maxRetries |
.google.protobuf.UInt32Value |