File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
posthog/hogql_queries/experiments Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2525from posthog .hogql .printer import to_printed_hogql
2626from posthog .hogql .query import execute_hogql_query
2727
28- from posthog .clickhouse .query_tagging import tag_queries
28+ from posthog .clickhouse .query_tagging import Product , tag_queries
2929from posthog .hogql_queries .experiments import MULTIPLE_VARIANT_KEY
3030from posthog .hogql_queries .experiments .base_query_utils import (
3131 get_experiment_date_range ,
@@ -582,6 +582,7 @@ def _evaluate_experiment_query(
582582 # Adding experiment specific tags to the tag collection
583583 # This will be available as labels in Prometheus
584584 tag_queries (
585+ product = Product .EXPERIMENTS ,
585586 experiment_id = self .experiment .id ,
586587 experiment_name = self .experiment .name ,
587588 experiment_feature_flag_key = self .feature_flag .key ,
You can’t perform that action at this time.
0 commit comments