mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-06 11:30:40 +01:00
## Pull Request --- ### 📄 Summary * Span list (raw) queries can now leverage trace-level `trace.` filter conditions leading to the trace-level component being qualified with `__trace_scope`. * An error is now raised if the span list is ordered by the trace level key. The following constraint is known: in case of ordering by `timestamp`, the querier processes the span list by time bucket thus performing trace-level aggregates calculation per bucket not within a time window. The records are kept separately. #### Issues closed by this PR Fixes https://github.com/SigNoz/engineering-pod/issues/5976 --- ### ✅ Change Type _Select all that apply_ - [✅ ] ✨ Feature - [ ] 🐛 Bug fix - [ ] ♻️ Refactor - [ ] 🛠️ Infra / Tooling - [ ] 🧪 Test-only --- ### 🧪 Testing Strategy > How was this change validated? - Tests added/updated: ✅ - Manual verification: ✅ - Edge cases covered: --- ### ⚠️ Risk & Impact Assessment > What could break? How do we recover? - Blast radius: None - Potential regressions: - Rollback plan: