Skip to content

Commit 798d37e

Browse files
authored
Adds WeightedRandomPicker plugin description (#1657)
1 parent ea15bdc commit 798d37e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site-src/guides/epp-configuration/config-text.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@ Picks a random pod from the list of candidates.
235235
- `maxNumOfEndpoints`: Maximum number of endpoints to pick from the list of candidates. If not
236236
specified defaults to `1`.
237237

238+
#### **WeightedRandomPicker**
239+
240+
Picks pod(s) from the list of candidates based on weighted random sampling using A-Res algorithm.
241+
242+
- *Type*: weighted-random-picker
243+
- *Parameters*:
244+
- `maxNumOfEndpoints`: Maximum number of endpoints to pick from the list of candidates. If not
245+
specified defaults to `1`.
246+
238247
#### **KvCacheScorer**
239248

240249
Scores the candidate pods based on their KV cache utilization.

0 commit comments

Comments
 (0)