Hello I wanted to know if there was a way to filte...
# support
t
Hello I wanted to know if there was a way to filter out traces so that only unique traces showed up? Essentially just show the first span of every trace.
a
@Timothy Wigginton interesting..what is the use case when the current way to filter is not ideal?
t
We want to demo showing the traces coming in to signoz but showing every span can be confusing. Our initial thoughts are to add an attribute to the first span that way we can filter and show all the unique transactions
a
I would appreciate a couple of use cases when viewing only the root span is more beneficial. The filtering conditions are generic to all spans. How should the filtering be like for your case? If any of the spans match a filter criteria, then show the root span in the results? Won't it be difficult to find the span actually matching the filtering criteria if the number of spans in a trace can go to 1000s?
is there no way to use the existing filter conditions to do so?
I don't think so... what filters do you select when seeing just the root spans?
t
I guess we will have to tag our root spans with “root” or something along those lines. Just wanted to make sure there wasn’t something in Signoz we were missing.