Using Uptrace and Grafana together
By adding Uptrace as a data source in Grafana, you can view traces stored by Uptrace in your favorite Grafana UI.
Tempo Traces
Using Grafana's Tempo data source, you can view and filter spans stored by Uptrace in Grafana UI.
In Grafana, go to "Configuration" -> "Data sources".
Click on the "Add data source" button and select "Tempo".
As an URL, use Uptrace HTTP address, for example,
http://localhost:14318/api/tempo
In "Custom HTTP Headers" section, click "Add header".
- Header:
uptrace-dsn
- Value:
http://project1_secret_token@localhost:14318/1
- Header: