Hey there
I recently tried to create a tracing dashboard for some e2e tests i have. When using a table panel,
by default, it has columns for trace id, start time, trace name trace duration and service name.
However, I wish to have additional columns showing certain resource attributes for the trace. Is that possible?
1 Like
hi @narsssx , this can be done with select in TraceQL , and then selecting span view on the table.
here is what an example looks like:
Hey there,
Thanks for the info i tried and it worked however It was working before ,now The attributes are not showing in table .Could you please tell me a solution to get the attributes to show in table it is effecting my dashboard
1 Like
cbos
March 25, 2024, 7:16pm
4
@saikumarmullapudi
Which version did you face this problem?
In 10.3 there has been a bug, which is fixed in 10.4
grafana:main ← grafana:otp/fix-spans-visualization
@fabrizio-grafana / @joey-grafana
Can it be that this change broke some visual… isations with span tables?
Span tables do not display selected field anymore:
Just an example :)
`{} | select( .telemetry.sdk.version)`
With Trace table it is working fine
<img width="652" alt="image" src="https://github.com/grafana/grafana/assets/255404/bcca0181-12d7-4054-acc9-556f85e7c396">
With span table the selected fields are not rendered anymore, this was working fine before.
<img width="1370" alt="image" src="https://github.com/grafana/grafana/assets/255404/75a4eb2c-8aed-45fa-b67b-b83c7c113b5b">
But since recent update of Grafana Cloud it does not work anymore.
opened 10:14AM - 12 Jan 24 UTC
closed 04:36PM - 12 Jan 24 UTC
area/datasource
datasource/Tempo
Quoting
---
Can it be that this change broke some visualisations with span tab… les?
Span tables do not display selected field anymore:
Just an example :)
`{} | select( .telemetry.sdk.version)`
With Trace table it is working fine
<img width="652" alt="image" src="https://github.com/grafana/grafana/assets/255404/bcca0181-12d7-4054-acc9-556f85e7c396">
With span table the selected fields are not rendered anymore, this was working fine before.
<img width="1370" alt="image" src="https://github.com/grafana/grafana/assets/255404/75a4eb2c-8aed-45fa-b67b-b83c7c113b5b">
But since recent update of Grafana Cloud it does not work anymore.
_Originally posted by @cbos in https://github.com/grafana/grafana/issues/79938#issuecomment-1888707442_
zuo
November 12, 2024, 11:53pm
5
possible to remove a column from the output table? I don’t want the “Trace Service”
cbos
November 13, 2024, 9:36am
6
Sure, you can.
You can add a transformation (like described here: Transform data | Grafana documentation )
Search for ‘hide’ or ‘organize fields’
Then you can click on the ‘eye’ symbol to hide a column:
Hi @surajsidh @cbos , can we also do this modification of outputs on traces level other than spans level?
TraceQL operates on spans so TraceQL operations work at span level.
But you can use the Traces View in the table to view traces instead of spans
gprior
February 6, 2025, 6:11pm
9
You may need to add a ‘Filter data by query refId’ to select the Query:traces before the Organize fields transformation will work. There are now two frames being returned. The second one is the streaming progress.
1 Like
system
Closed
February 6, 2026, 6:11pm
10
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.