Daniel Hilgarth
10/20/2024, 10:02 PMSrikanth Chekuri
10/21/2024, 7:17 AMDaniel Hilgarth
10/21/2024, 9:20 AMSrikanth Chekuri
10/21/2024, 9:58 AMI basically want a list where I see only traces. So not a list of individual spans like the default viewTo put it into a list, we need to pick something to represent a trace. We chose the root span to represent it and used the duration as a way to order if there are more than one trace matching the criteria. They are not really individual spans. Can you help me understand what you have in mind with a bit more specific detail?
Daniel Hilgarth
10/21/2024, 10:05 AMSrikanth Chekuri
10/21/2024, 10:06 AMSo, I think, my requirement could be fulfilled by a simple filter for the List View that displays only root spans.This is what Traces tab does
Daniel Hilgarth
10/21/2024, 10:07 AMDaniel Hilgarth
10/21/2024, 10:08 AMSrikanth Chekuri
10/21/2024, 10:13 AMideally allowing attributes not only from the root span but from all spansPlease give more detail on this. If there is no attribute on the root span. Which span attribute should be shown? What are you trying to get out of this?
Daniel Hilgarth
10/21/2024, 10:16 AMSrikanth Chekuri
10/21/2024, 10:19 AMwould also allow me to specify the columns / attributes to be displayed, ideally allowing attributes not only from the root span but from all spansYou mentioned you would like to see attributes from all spans. Say an attribute "my.attribute" didn't exist on root span but exists in 10 child spans of a trace. In list view what would you expect to see and what are you trying to get out of it.
Daniel Hilgarth
10/21/2024, 10:19 AMDaniel Hilgarth
10/21/2024, 10:20 AMDaniel Hilgarth
10/21/2024, 10:20 AMSrikanth Chekuri
10/21/2024, 10:26 AMMaybe not all relevant info is on the root span, so it might be good to display info from a child span. But I do understand the challengeWe will brainstorm about it and see if we can come up with something. If you have any ideas please share.
Daniel Hilgarth
10/21/2024, 10:28 AMDaniel Hilgarth
10/21/2024, 10:29 AMWe will brainstorm about it and see if we can come up with something. If you have any ideas please share.I will. Everything I came up so far is either super complex - allow specifying rules from which span to take if multiple has the attribute - or super simplistic - take the value from the first span that has the attribute
Daniel Hilgarth
10/21/2024, 10:30 AMDaniel Hilgarth
10/21/2024, 10:32 AM