This is documentation for the next version of Grafana Tempo documentation. For the latest stable release, go to the latest version.
Deploy Tempo locally
You can deploy Tempo This section provides instructions for deploying Tempo locally using Tanka and Jsonnet or using Docker Compose.
- Deploy on Linux
Learn how to deploy a single Tempo instance on a single node on Linux. - Deploy Tempo using Docker Compose
Instructions for deploying Tempo using Docker Compose
Note
Grafana Tempo does not come with any included authentication layer. You must run an authenticating reverse proxy in front of your services to prevent unauthorized access to Tempo (for example, nginx). Manage authentication for more details