table of contents Table of contents

Grafana Tempo

On this page
  1. Make sure you have Grafana Tempo installed, running and accessible. If you are running Grafana Cloud, the Tempo datasource is already pre-configured. Find it at Connections > Datasources > Tempo.
  2. After installing, grab the Tempo endpoint URL. It should look like https://tempo-eu-west-0.grafana.net/tempo.
  3. Under the section Authentication, grab the user and password for the Tempo endpoint.
  4. As Tempo uses Basic Authentication, you need to provide the user and password in a Authorization: Basic user:password HTTP header in Checkly integration settings, where the user:password section is base64 encoded. You can use an online tool like base64encode.net to encode your user and password.

Find all the details in the Grafana Tempo OpenTelemetry documentation.


Last updated on May 2, 2024. You can contribute to this documentation by editing this page on Github