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.
Access or install Traces Drilldown
Note
Traces Drilldown is currently in public preview. Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.
You can access Grafana Traces Drilldown using any of these:
- Grafana Cloud: The easiest method, since no setup or installation is required.
- Self-managed Grafana open source or Enterprise: You must install the Traces Drilldown plugin.
Traces Drilldown requires Grafana Tempo 2.6 or later with TraceQL metrics configured.
Set up in Grafana Cloud
To use Traces Drilldown with Grafana Cloud, you need the following:
- Grafana Cloud account
- Grafana stack in Grafana Cloud with a configured Tempo data source receiving tracing data
Set up in self-managed Grafana
To use Traces Drilldown with self-managed Grafana open source or Grafana Enterprise, you need:
- Your own Grafana instance running 11.2 or later
- Tempo 2.6 or later with TraceQL metrics configured
- Configured Tempo data source receiving tracing data
Next, access Traces Drilldown.
Install the Traces Drilldown plugin
Traces Drilldown is distributed as a Grafana Plugin. You can find it in the official Grafana Plugin Directory.
Install in your Grafana instance
You can install Traces Drilldown in your Grafana instance using grafana cli
:
grafana cli --pluginUrl=https://storage.googleapis.com/integration-artifacts/grafana-exploretraces-app/grafana-exploretraces-app-latest.zip plugins install grafana-traces-app
Alternatively, follow these steps to install Traces Drilldown in Grafana:
- In Grafana, go to Administration > Plugins and data > Plugins.
- Search for “Traces Drilldown”.
- Select Traces Drilldown.
- Click Install.
The plugin is automatically activated after installation.
Install in a Docker container
To install the app in a Docker container, configure the following environment variable:
GF_INSTALL_PLUGINS=https://storage.googleapis.com/integration-artifacts/grafana-exploretraces-app/grafana-exploretraces-app-latest.zip;grafana-traces-app
Access Traces Drilldown
To access Traces Drilldown, use the following steps:
- Open your Grafana stack in a web browser.
- In the main menu, select Drilldown > Traces.