istio v1.31.0

DestinationRule.spec.subsets[].trafficPolicy.retryBudget

Specifies a limit on concurrent retries in relation to the number of active requests.

3 fields
DestinationRule.spec.subsets[].trafficPolicy.retryBudget fields and descriptions
Field / TypeDescription
budgetInterval
string

Specifies the duration in which requests will be considered when calculating the budget for retries.

minRetryConcurrency
integer

Specifies the minimum retry concurrency allowed for the retry budget.

  • minimum: 0
  • maximum: 4294967295
percent
number

Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.

  • format: double
  • minimum: 0
  • maximum: 100
  • nullable