-
What Grafana version and what operating system are you using?
-
What are you trying to achieve?
-
How are you trying to achieve it?
-
What happened?
-
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
Grafana Version = 12.3.0 and Tempo Version = 2.9
Using TraceQL, I am attempting to group similar values in the akka.actor.path attribute and retrieve the corresponding count. Although data exists for this attribute, executing the query below results in “No Data” being displayed in Grafana. I would like to understand why the query returns no results and how to correctly group similar actor path names while obtaining the count.
Note: In TraceQL, aggregation functions such as count(), quantile_over_time(), histogram_over_time(), and most other aggregation queries are consistently returning “No Data” in Grafana, despite the underlying trace data being present. This issue occurs across multiple aggregation types, and I am seeking clarification on why these aggregations are not producing results and how they can be correctly configured to return data.
If anyone is aware of a solution to this issue, please let me know at the earliest.

