Can I somehow link a feature with an experiment so...
# ask-questions
n
Can I somehow link a feature with an experiment so that changing the feature's traffic allocation or other part of experiment rule would automatically trigger a new experiment phase? Or can I somehow freeze a feature so that it can't be changed while an experiment depending on it is running?
f
thats an interesting idea- we don't support that currently. We are planning on adding more access control levels to allow for more fine grain control of changing settings
I suggest if you want to change traffic allocation, you keep the ratio the same, then you wouldn't need to change the experiment
ie: doing a feature flag with 0.1 and 0.1 would serve the experiment to 20% of your users. you can change this to 0.2 and 0.2 (or whatever you want) to ramp up the experiment without effecting the statistics collected
👍 1