| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v3 | |
| io.envoyproxy.envoy.extensions.filters.http.admission_control.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
RuntimeDoubleOrBuilder |
Cluster.LeastRequestLbConfigOrBuilder.getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load
balancing weights:
`weight = load_balancing_weight / (active_requests + 1)^active_request_bias`
The larger the active request bias is, the more aggressively active requests will lower the
effective weight when all host weights are not equal.
|
RuntimeDoubleOrBuilder |
Cluster.LeastRequestLbConfig.getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load
balancing weights:
`weight = load_balancing_weight / (active_requests + 1)^active_request_bias`
The larger the active request bias is, the more aggressively active requests will lower the
effective weight when all host weights are not equal.
|
RuntimeDoubleOrBuilder |
Cluster.LeastRequestLbConfig.Builder.getActiveRequestBiasOrBuilder()
The following formula is used to calculate the dynamic weights when hosts have different load
balancing weights:
`weight = load_balancing_weight / (active_requests + 1)^active_request_bias`
The larger the active request bias is, the more aggressively active requests will lower the
effective weight when all host weights are not equal.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeDoubleOrBuilder |
AdmissionControl.getAggressionOrBuilder()
Rejection probability is defined by the formula::
max(0, (rq_count - rq_success_count / sr_threshold) / (rq_count + 1)) ^ (1 / aggression)
The aggression dictates how heavily the admission controller will throttle requests upon SR
dropping at or below the threshold.
|
RuntimeDoubleOrBuilder |
AdmissionControl.Builder.getAggressionOrBuilder()
Rejection probability is defined by the formula::
max(0, (rq_count - rq_success_count / sr_threshold) / (rq_count + 1)) ^ (1 / aggression)
The aggression dictates how heavily the admission controller will throttle requests upon SR
dropping at or below the threshold.
|
RuntimeDoubleOrBuilder |
AdmissionControlOrBuilder.getAggressionOrBuilder()
Rejection probability is defined by the formula::
max(0, (rq_count - rq_success_count / sr_threshold) / (rq_count + 1)) ^ (1 / aggression)
The aggression dictates how heavily the admission controller will throttle requests upon SR
dropping at or below the threshold.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.