Hey guys, we are using namespaces for two features...
# give-feedback
t
Hey guys, we are using namespaces for two features and one feature also has a traffic limitation. We have a 50/50 namespace traffic split and want to include only 20% of traffic for the other feature. I saw now that because of the namespace, the total traffic for the feature with the namespace and the traffic limitation was reduced to 10% → I don't understand why this is necessary?
f
First, we apply namespaces, then we apply reduced traffic coverage on the remaining traffic. So there are 2 ways to accomplish what you want. First is to only use 20% of the namespace (instead of 50%) and don't reduce the traffic percent at all. Second is to do 50% of the namespace and 40% traffic percent.
👍🏼 1
t
It's a bit different though isn't it? Namespaces exclude only traffic from another feature and the traffic restriction applies to total traffic? Or am I misunderstanding this?
f
Yes, they are slightly different, but the end result of both approaches is that you will get 20% of your overall traffic included in the experiment and none of that 20% will be part of the other experiment in the namespace.
1
t
Thanks 🙂