Skip to content

Commit 347b8ea

Browse files
committed
comment
1 parent 9925fe7 commit 347b8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/search/eap/trace_metrics/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def _extra_conditions_from_columns(
4242
selected_columns: list[str] | None,
4343
equations: list[str] | None,
4444
) -> TraceItemFilter | None:
45+
"""While we also add the metric conditions inside -if combinators for each aggregate, adding it to the top level
46+
where should help clickhouse prune more rows"""
4547
aggregate_all_metrics = False
4648
selected_metrics: set[TraceMetric] = set()
4749
columns: set[str] = set()

0 commit comments

Comments
 (0)