Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/observe-and-act/connect-externally-hosted/data-sources/jaeger.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/observe-and-act/connect-externally-hosted/data-sources/jaeger/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Jaeger data source
Jaeger is an open source, end-to-end distributed tracing system. Use the Jaeger data source to query and visualize traces, explore service dependencies, and correlate traces with logs and metrics.
Grafana ships with the Jaeger data source preinstalled in both Grafana OSS and Enterprise, so there’s nothing to install. It’s packaged as a standalone plugin that updates independently of Grafana releases. For more information, refer to Plugin updates.
Supported features
| Feature | Supported |
|---|---|
| Traces | Yes |
| Metrics | No |
| Logs | No |
| Alerting | No |
| Annotations | No |
Get started
The following documents help you set up and use the Jaeger data source:
Plugin updates
Starting with Grafana v13.2, the Jaeger data source is a standalone plugin, preinstalled in both Grafana OSS and Enterprise. This lets the data source receive updates independently of Grafana releases. Grafana automatically checks the plugin catalog and installs the latest version on each server restart.
To adjust this behavior:
- Opt out of auto-updates: Set
preinstall_auto_updatetofalsein your configuration file. - Update manually: Update at any time from the Administration > Plugins page without restarting Grafana.
The standalone plugin requires Grafana 12.3.0 or later. The Jaeger data source bundled with Grafana 12.2 and earlier continues to work as before. These versions are unaffected by the change.
If you run Grafana 12.3.x through 13.1.x, you can install the standalone plugin from the plugin catalog to get the latest features before you upgrade to Grafana 13.2. To use the standalone plugin with these versions, add the following to your configuration file:
[plugin.jaeger]
as_external = true
[plugins]
; Install the latest version on startup:
preinstall_sync = jaeger
; Or install a specific version:
; preinstall_sync = jaeger@<version>Additional features
After configuring the data source, you can:
- Use Explore to query traces without building a dashboard.
- Enable the Node Graph visualization to display trace structure and service dependencies.
- Configure trace to logs to link spans to log entries in Loki or Splunk.
- Configure trace to metrics to navigate from traces to related metrics.
- Link to Jaeger traces from logs using derived fields or from metrics using exemplars.
Related resources
Was this page helpful?
Related resources from Grafana Labs


