Hi.
I have Grafana Tempo running correctly.
The problem:
In a Grafana Dashboard, I have multiple filters, but they are not always used at the same time.
When I run a query over a long time range (7 days or more) with multiple filters enabled, my Tempo server reaches 99.9% CPU usage, and the query times out with an error.
However, when I run the “same” query in Explore mode, using only the specific filters I need, it works quickly and returns results within seconds.
This suggests that the dashboard query might be generating an inefficient or overly complex TraceQL request, leading to high CPU usage and timeouts.
Can anyone help me understand this ?
Thanks.