Demo for our FOSDEM 2025 presentation.
The following script will create a kind cluster and deploy the demo there.
./scripts/run.sh
Now, run the following command to expose port 3000 of the Grafana Pod on localhost:
kubectl port-forward $(kubectl get pods -lapp=grafana -o=name) 3000:3000
Access Grafana on http://localhost:3000. Default username is admin with password admin.
Click on Dashboards (menu on the left) -> RED metrics (list of dashboards) to view an example RED metrics dashboard.
Click on Explore (menu on the left) -> Tempo (drop down where you can choose between Tempo and Prometheus) -> Search (query type) to get a list of distributed traces to look at.