mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:42:12 +08:00

* refactor(explore/spanFilters): move default filters and search props to shared folders chore: ammend with refactor commit chore: ammend, fix type errors * feat(explore): add spanFilters to global state on explore * feat(explore/spanFilters): sync span filters with global redux state * feat(explore): sync spanFilters with URL state * Moved span filters to panel state * Fix types * Fix tests in useSearch * Fix TraceView tests * Remove console.warn * fix(test/trace-view-container): add span filter context to intial state * refactor(traceview): use generic redux action * fix(traceview): prune array objects correctly to preserve tag state in URL --------- Co-authored-by: André Pereira <adrapereira@gmail.com>