Menu

This is documentation for the next version of Grafana Tempo documentation. For the latest stable release, go to the latest version.

Open source

Deploy Tempo using Docker Compose

The example directory in the Tempo repository provides a docker-compose file that you can use to run Tempo locally with different configurations.

The easiest example to start with is Local Storage. This example runs Tempo as a single binary together with the synthetic-load-generator, to generate traces, and Grafana, to query Tempo. Data is stored locally on disk.

The following examples showcase specific features or integrations:

The Local storage example uses the local backend, suitable for local testing and development.