Menu
Open source
Query Tempo with Grafana
Grafana can query Tempo directly. This feature has been enabled since Grafana 7.5.x.
Grafana Cloud comes pre-configured with a Tempo data source.
If you are using Grafana on-prem, you need to set up the Tempo data source.
Configure the data source
To query Tempo with Grafana:
- Point the Grafana data source at your Tempo query frontend (or monolithic mode Tempo).
- Enter the URL:
http://<tempo hostname>:<http port number>
. For most of our examples the following works.
The port of 3200 is a common port used in our examples. Tempo default HTTP port is 80.
Prior to Grafana 7.5.x, Grafana was not able to query Tempo directly and required an intermediary, Tempoo-Query.
This the Grafana 7.4.x example to explains configuration. The url entered will be http://<tempo-query hostname>:16686/
.
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Getting started with tracing and Grafana Tempo
In this webinar, we'll show you how to get started setting up Grafana Tempo, our open source, easy-to-use and high-volume distributed tracing backend.

Scaling your distributed tracing with Grafana Tempo
In this demo, we’ll show how Grafana Tempo allows you to scale tracing as far as possible with less operational cost and complexity than ever before.

TraceQL: a first-of-its-kind query language to accelerate trace analysis in Tempo 2.0
Grafana Tempo will take a big leap in the 2.0 release with TraceQL, a first-of-its-kind query language to help you find the exact trace you're looking for.