We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9925fe7 commit 347b8eaCopy full SHA for 347b8ea
src/sentry/search/eap/trace_metrics/config.py
@@ -42,6 +42,8 @@ def _extra_conditions_from_columns(
42
selected_columns: list[str] | None,
43
equations: list[str] | None,
44
) -> 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"""
47
aggregate_all_metrics = False
48
selected_metrics: set[TraceMetric] = set()
49
columns: set[str] = set()
0 commit comments