Skip to content
Snippets Groups Projects
Commit f3d0061b authored by Conrad Hoffmann's avatar Conrad Hoffmann Committed by Daniel Salzman
Browse files

geoip: add support for weighted records

Weighted records are a useful mechanism for situations where uneven
load-balancing is required, such as a canary environment or a gradual
roll-out.

Instead of using deterministic properties like location or source IP,
allow to attach a statistical weight to a certain record. The ratio of
a record's weight to the sum of the weights of all records for a domain
determines the record's likelyhood to be the result of a random pick.
parent b07f27d9
No related branches found
No related tags found
No related merge requests found
Pipeline #48834 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment