--- id: spans title: Span Analytics and Queries description: Learn how to use the Spans page to explore your span data. slug: /help/docs/apm/spans/ canonical: https://www.sumologic.com/help/docs/apm/spans/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Sumo Logic Span Analytics enables you to filter and aggregate trace data at the raw span level, providing insights into the performance and behavior of your application services. With its intuitive interface, Span Analytics allows you to: * Filter and inspect tracing data in detail. * Explore span metadata through a structured facets list. * Aggregate by any custom dimension or tag to generate charts and tables. To access span analytics: * [**New UI**](/docs/get-started/sumo-logic-ui/). In the main Sumo Logic menu, select **Observability**, and then under **Application Monitoring**, select **Span Analytics**. You can also click the **Go To...** menu at the top of the screen and select **Span Analytics**. * [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). Go to the **Home** screen and click **Traces**. In the new page, click the **Traces** dropdown menu and select **Span Analytics**. A new **Spans** page opens. Data is displayed once you run a query. Spans page From here, you can filter and aggregate by any standard or custom span attribute (tag) and create charts to visualize results. If you find something interesting, you can quickly explore your raw span records in the **Messages** tab. For more advanced use cases, you can further enhance your query by clicking the [Open in Search](#open-in-search) button, which opens a new Log Search of your spans based on your query. Here, you can use [Search Query Language](/docs/apm/traces/search-query-language-support-for-traces) to investigate further. :::note Tracing must be enabled in your account to use this functionality. Contact your account team if the only thing you see is an infographic. ::: import Iframe from 'react-iframe'; :::training Micro Lesson This micro lesson provides an overview of Span Analytics, and describes the term *span* in the distributed tracing and the benefits of Span Analytics. It also explains how to perform Span Analytics in Sumo Logic UI.