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.

  1. In Grafana, go to "Configuration" -> "Data sources".

  2. Click on the "Add data source" button and select "Tempo".

  3. As an URL, use Uptrace HTTP address, for example, http://localhost:14318/api/tempo

  4. In "Custom HTTP Headers" section, click "Add header".

    • Header: uptrace-dsn
    • Value: http://project1_secret_token@localhost:14318/1

Grafana Tempo data source

Last Updated: