Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current 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.