Grafana Series - Unified Display - 10 - Explore Jaeger
This article was last updated on: May 17, 2026 am
Series Articles
Explore Jaeger
You can query and display Jaeger traces through Explore. There are 3 methods:
- Query by search
- Query by trace ID
- Upload a JSON trace file
Query by search
To use this method:
- Select Search from the Query type selector.
- Fill in the search form (essentially the same as the Jaeger UI):
| Name | Description |
|---|---|
| Service | Returns a list of services. |
| Operation | Appears when you select a service that has associated operations. Select all to query all operations. |
| Tags | Set tags with values in logfmt format, e.g. error=true db.statement=“select * from User”. |
| Min Duration | Filters all traces with a duration higher than the set value. Possible values are 1.2s, 100ms, 500us. |
| Max Duration | Filters all traces with a duration lower than the set value. Possible values are 1.2s, 100ms, 500us. |
| Limit | Limits the number of traces returned. |

Query by trace ID
To query a specific trace:
- Select the TraceID query type.
- Enter the trace ID in the Trace ID field.

Upload a JSON trace file
JSON trace file example:
1 | |
Is There a Jaeger Dashboard?
As of now (2023/5/8), there are no trace-related dashboards in the Grafana Dashboards registry — neither for Grafana Tempo nor for Jaeger.
However, I’ve noticed that some panels are suitable for trace dashboard visualization, such as:
- Traces

- Node Graph

Trace-related dashboards should be available in the near future. Looking forward to it!
Grafana Series - Unified Display - 10 - Explore Jaeger
https://e-whisper.com/posts/16009/