You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dashboard): only warn on numeric aggregate functions for unknown fields
Functions like count_unique(transaction) and any(span.op) accept
non-numeric columns and should not trigger the span-attribute warning.
Only numeric aggregates (avg, sum, p50-p100, min, max, percentile)
require measurement fields.
0 commit comments