View Source Envoy.Api.V2.Cluster.CircuitBreakers.Thresholds (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Api.V2.Cluster.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.Api.V2.Core.RoutingPriority.t(),
  retry_budget:
    Envoy.Api.V2.Cluster.CircuitBreakers.Thresholds.RetryBudget.t() | nil,
  track_remaining: boolean()
}