Tempo Dashboard

Is it possible to create a dashboard that shows duration of Tempo’s trace/span and group them by an span attribute?

A simple example would be: HTTP request duration by HTTP method.
Or even the number of HTTP requests by method

So far, I’m only able to create (line) charts that shows the duration but couldn’t group them.

While the trace view is interesting when debugging a specific issue, I don’t find them useful for a dashboard

Hi, I think traces aren’t meant to be used that way (at least not raw traces). You can enable metrics generation in your helm chart (if you use one) and create the panels from those.