@type t() :: %Envoy.Config.Cluster.V3.CircuitBreakers.Thresholds{
__unknown_fields__: [
{field_number :: integer(), Protobuf.Wire.Types.wire_type(),
value :: term()}
],
max_connection_pools: Google.Protobuf.UInt32Value.t() | nil,
max_connections: Google.Protobuf.UInt32Value.t() | nil,
max_pending_requests: Google.Protobuf.UInt32Value.t() | nil,
max_requests: Google.Protobuf.UInt32Value.t() | nil,
max_retries: Google.Protobuf.UInt32Value.t() | nil,
priority: Envoy.Config.Core.V3.RoutingPriority.t(),
retry_budget:
Envoy.Config.Cluster.V3.CircuitBreakers.Thresholds.RetryBudget.t() | nil,
track_remaining: boolean()
}