Module rollout

Source

Structs§

Percent
The simplest rollout strategy, a floating point number between 0 and 100 that represents the percentage of requests which should use the experimental method. The experimental results will be compared to the control results.

Enums§

RolloutDecision
A decision of if the control or experimental methods should be used

Traits§

RolloutStrategy
A method for chosing if the control or experimental code should run