How can I configure RED dashboard?

Hello,

We’ve decide Tempo as our storage for Trace, and quiet happy with it.(comparing to Jaeger).
Currently, we need a RED metric dashboard, and the following dashboard looks great for us., wann


We saw this screen shot on THIS Blog, but haven’t found way to import it.

How can we import or configure this dashboard on our Grafana?

This dashboard is part of the intro-to-mlt demo. You can check out the repository here: GitHub - grafana/intro-to-mlt: Introduction to Metrics, Logs and Traces session companion code.

The dashboard itself is defined here: intro-to-mlt/mlt.json at main · grafana/intro-to-mlt · GitHub

To try it out locally, check out the repository. Run the docker-compose and you should be able to log in to Grafana on http://grafana.staged-by-discourse.com. (Username and password is admin.)

1 Like

Hi, i come back on this topic as i find this example very usefull.

I have one question regarding request on “request rate” panel.

sum by (http_target)(rate(traces_spanmetrics_latency_sum{http_target=~".+"}[1m]) / rate(traces_spanmetrics_latency_count{http_target=~".+"}[1m])) * 55

I’m wondering why the last value is multiplied by 55 ? Can you explain it please ?

Regards

flenoir

That’s a good question. @hedleysimons created that dashboard. Perhaps he has some insight.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.