{{<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 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.
You can navigate from a span in a trace view directly to logs relevant for that span. This is available for Tempo, Jaeger, and Zipkin data sources at this moment. Refer to their relevant documentation for instructions on how to configure this feature.
{{<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">}}
Application performance management (APM) uses data gathered from services, agents, systems, and microservices to visualize and identify areas of concern.
The Grafana APM dashboard visualizes the span metrics (traces data for rates, error rates, and durations (RED)) and service graphs.
Once the requirements are set up, this pre-configured dashboard is immediately available.
For more information, refer to the [APM table section](https://grafana.com/docs/grafana/latest/datasources/tempo/#apm-table) of the Tempo data source page and the [APM dashboard page](https://grafana.com/docs/tempo/latest/metrics-generator/app-performance-mgmt/) 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 APM dashboard">}}
| 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)