You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiments overlap with each other and due to the cascading nature of context aware configs - can cause cases where the end result of a config query is not easily determined by the user as there maybe a lot of experiments interacting with each other in this way.
Note: there are cases where users of superposition would want their experiments to overlap or don't really care if they do.
Proposal
Introduce experiment groups, which is created with a context. The context helps isolate traffic to this experiment, which can also take a number representing how much percentage of traffic you would like to provide to this group. Experiments added to this group will NOT overlap with each other. Experiments outside of the group can overlap with experiments inside the group. The experiments inside a group are isolated only from each other.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
Experiments overlap with each other and due to the cascading nature of context aware configs - can cause cases where the end result of a config query is not easily determined by the user as there maybe a lot of experiments interacting with each other in this way.
Note: there are cases where users of superposition would want their experiments to overlap or don't really care if they do.
Proposal
Introduce experiment groups, which is created with a context. The context helps isolate traffic to this experiment, which can also take a number representing how much percentage of traffic you would like to provide to this group. Experiments added to this group will NOT overlap with each other. Experiments outside of the group can overlap with experiments inside the group. The experiments inside a group are isolated only from each other.
Experiment groups table structure
Beta Was this translation helpful? Give feedback.
All reactions