mirror of https://github.com/hashicorp/consul
Updates docs
parent
10ef73a5a6
commit
99f5b726d2
|
@ -630,7 +630,8 @@ Specifies the Enterprise [admin partition](/consul/docs/enterprise/admin-partiti
|
||||||
|
|
||||||
### `Rules[].Services[].Weight`
|
### `Rules[].Services[].Weight`
|
||||||
|
|
||||||
Specifies the proportion of requests forwarded to the specified service. The
|
Specifies the proportion of requests forwarded to the specified service. If no weight is specified, or if the specified
|
||||||
|
weight is set to less than or equal to 0, it will be normalized to 1. The
|
||||||
proportion is determined by dividing the value of the weight by the sum of all
|
proportion is determined by dividing the value of the weight by the sum of all
|
||||||
weights in the service list. For non-zero values, there may be some deviation
|
weights in the service list. For non-zero values, there may be some deviation
|
||||||
from the exact proportion depending on the precision an implementation
|
from the exact proportion depending on the precision an implementation
|
||||||
|
|
Loading…
Reference in New Issue