---
title: "Grafana Tempo | Grafana Tempo documentation"
description: "Grafana Tempo is an open source distributed tracing backend."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Grafana Tempo

Grafana Tempo is an open-source, easy-to-use, and high-scale distributed tracing backend. Tempo lets you search for traces, generate metrics from spans, and link your tracing data with logs and metrics.

* * *

## Overview

Distributed tracing visualizes the lifecycle of a request as it passes through a set of applications.

Tempo is cost-efficient and only requires an object storage to operate. Tempo is deeply integrated with Grafana, Mimir, Prometheus, and Loki. You can use Tempo with open source tracing protocols, including Jaeger, Zipkin, or OpenTelemetry.

[](/media/docs/tempo/intro/trace_custom_metrics_dash.png)

Tempo integrates well with a number of open source tools:

- **Grafana** ships with native support using the built-in [Tempo data source](/docs/grafana/latest/datasources/tempo/).
- **Grafana Loki**, with its powerful query language LogQL v2 lets you filter requests that you care about, and jump to traces using the [Derived fields support in Grafana](/docs/grafana/latest/datasources/loki/).
- **Prometheus exemplars** let you jump from Prometheus metrics to Tempo traces by clicking on recorded exemplars.

## Explore

[Learn about tracing  
\
What is distributed tracing? Learn about traces and how you can use them, how you can instrument your app for tracing, and how you can visualize tracing data in Grafana.](./introduction/)

[Solutions and use cases  
\
Learn how tracing data can help you understand application insights and performance as well as help triage issues in your services and applications.](./solutions-with-traces/)

[Set up for tracing  
\
Plan your deployment to meet your needs, deploy Tempo, test your installation, and instrument your app or services for traces.](./set-up-for-tracing/)

[Manage Tempo  
\
Learn about Tempo architecture, best practices, Parquet backend, dedicated attribute columns, and more.](./operations/)

[Metrics and tracing  
\
Learn about metrics created from traces, including the metrics-generator processor and TraceQL metrics.](./metrics-from-traces/)

[Query with TraceQL  
\
Inspired by PromQL and LogQL, TraceQL is a query language designed for selecting traces in Tempo. This query language lets you precisely and easily select spans and jump directly to the spans fulfilling the specified conditions.](./traceql/)
