Hi All, I opened a Github issue about this, but I wanted to check in here what people think. In my organization we run a lot of experiments where we need to filter for activation with specific tags. Right now it seems the way to set up metrics based on these filters is to set up an activation metric for each individual experiment. Firstly, I'm not sure if I'm just missing something and there is a good way to accomplish this? If there isn't a good way to do this currently, I could imagine that parametrized metrics would be a good way to achieve this. This would allow you to create custom variables that are accessible in queries so you could include something like
WHERE tag = {{ customVariable }}
I think this could be implemented relatively easily and I would be interested in working on it if it would be interesting.