You can query and search tracing data using a data source's query editor.
Each data source can have it's own query editor. The query editor for the Tempo data source is slightly different than the query editor for the Jaegar data source.
For information on querying each data source, refer to their documentation:
{{<figuresrc="/static/img/docs/explore/explore-trace-view-full-8-0.png"class="docs-image--no-shadow"max-width="900px"caption="Screenshot of the trace view">}}
{{<figuresrc="/static/img/docs/v70/explore-trace-view-header.png"class="docs-image--no-shadow"max-width="750px"caption="Screenshot of the trace view header">}}
{{<figuresrc="/static/img/docs/v70/explore-trace-view-minimap.png"class="docs-image--no-shadow"max-width="900px"caption="Screenshot of the trace view minimap">}}
Shows condensed view or the trace timeline. Drag your mouse over the minimap to zoom into smaller time range. Zooming will also update the main timeline, so it is easy to see shorter spans. Hovering over the minimap, when zoomed, will show Reset Selection button which resets the zoom.
{{<figuresrc="/static/img/docs/v70/explore-trace-view-timeline.png"class="docs-image--no-shadow"max-width="900px"caption="Screenshot of the trace view timeline">}}
{{<figuresrc="/static/img/docs/v70/explore-trace-view-span-details.png"class="docs-image--no-shadow"max-width="900px"caption="Screenshot of the trace view span details">}}
You can navigate from a span in a trace view directly to logs relevant for that span. This feature is available for Tempo, Jaeger, and Zipkin data sources. Refer to their [relevant documentation](/docs/grafana/latest/datasources/tempo/#trace-to-logs) for configuration instructions.
{{<figuresrc="/static/img/docs/explore/trace-to-log-7-4.png"class="docs-image--no-shadow"max-width="600px"caption="Screenshot of the trace view in Explore with icon next to the spans">}}
You can navigate from a span in a trace view directly to metrics relevant for that span. This feature is available for Tempo, Jaeger, and Zipkin data sources. Refer to their [relevant documentation](/docs/grafana/latest/datasources/tempo/#trace-to-metrics) for configuration instructions.
You can optionally expand the node graph for the displayed trace. Depending on the data source, this can show spans of the trace as nodes in the graph, or as some additional context like service graph based on the current trace.
For more information, refer to the [Service Graph view section]({{< relref "../datasources/tempo/#open-the-service-graph-view" >}}) of the Tempo data source page and the [service graph view page](/docs/tempo/latest/metrics-generator/service-graph-view/) in the Tempo documentation.
{{<figuresrc="/static/img/docs/grafana-cloud/apm-overview.png"class="docs-image--no-shadow"max-width="900px"caption="Screenshot of the Service Graph view">}}
| parentSpanID | string | SpanID of the parent span to create child parent relationship in the trace view. Can be `undefined` for root span without a parent. |
For details about the types see [TraceSpanRow](https://github.com/grafana/grafana/blob/main/packages/grafana-data/src/types/trace.ts#L28), [TraceKeyValuePair](https://github.com/grafana/grafana/blob/main/packages/grafana-data/src/types/trace.ts#L4) and [TraceLog](https://github.com/grafana/grafana/blob/main/packages/grafana-data/src/types/trace.ts#L12).