| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v4alpha |
| 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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.