Skip to content

Commit 3faee2e

Browse files
authored
Merge pull request #238 from aogburn/04086914
Correct the range for the worker-side load metric capacity
2 parents 3326488 + 21b95b4 commit 3faee2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/main/asciidoc/container-integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ The capacity of a metric serves 2 functions:
660660

661661
- To normalize the load values from each metric. In some load metrics,
662662
capacity is already reflected in the load values. The capacity of a
663-
metric should be configured such that `0 \<= (load / capacity) \>= 1`.
663+
metric should be configured such that `0 \<= (load / capacity) \<= 1`.
664664

665665
- To favor some nodes over others. By setting the metric capacities to
666666
different values on each node, proxies will effectively favor nodes

0 commit comments

Comments
 (0)