Skip to content

Commit

Permalink
feat: added support for filterBy in trace tab such as filterBy spanCount
Browse files Browse the repository at this point in the history
  • Loading branch information
eKuG committed Nov 7, 2024
1 parent d57d5ab commit fd31605
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/query-service/app/traces/v3/query_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1200,15 +1200,6 @@ func TestBuildTracesQuery(t *testing.T) {
}
}

/*
start,
end,
params.CompositeQuery.PanelType,
builderQuery,
v3.QBOptions{PreferRPM: preferRPM},
params.FilterBy,
*/

var testPrepTracesQueryData = []struct {
Name string
PanelType v3.PanelType
Expand Down

0 comments on commit fd31605

Please sign in to comment.