When you create a feature flag, you can limit the feature flag's exposure. Limiting exposure means limiting the percentage of traffic that is channeled through a feature flag, allowing the rest of the traffic to be unaffected by, or to remain outside of, the targeting rules. The users outside of the flag's targeting rules will be given the default treatment.
To use this feature, do the following:
- In your selected feature flag, go to the Targeting rules area.
- Click the Limit exposure button.
- In the Limit exposure field, enter the percentage of traffic that you want to go through the targeting rules.
By gradually increasing the percentage in the Limit exposure box, you increase the percentage of users that are channeled through the feature flag, moving the "outside" users into an assigned treatment (according to the flag's rules). Decreasing the precentage in the Limit exposure box similarly removes users from the flag's targeting rules.
The Limit exposure feature is particularly useful for experimentation, where you can allocate a limited percentage of your traffic to be in an experiment.
Note that the treatment assigned a user id according to the feature flag's targeting rules will be "sticky", meaning that increasing the Limit exposure percentage will not reallocate an already assigned user to a different treatment.
A user that is outside the exposed traffic is assigned the default treatment and the feature flag's impression for that evaluation will include the targeting label not in split
.
Comments
0 comments
Please sign in to leave a comment.