istio v1.31.0
DestinationRule.spec.trafficPolicy.portLevelSettings.loadBalancer.spec.trafficPolicy.retryBudget
Specifies a limit on concurrent retries in relation to the number of active requests.
| Field / Type | Description |
|---|---|
budgetInterval | Specifies the duration in which requests will be considered when calculating the budget for retries. |
minRetryConcurrency | Specifies the minimum retry concurrency allowed for the retry budget.
|
percent | Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.
|