> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidentlyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Introduction to Tracing.

<Check>
  Trace store and viewer are available in **Evidently OSS, Evidently Cloud** and **Evidently Enterprise**.
</Check>

Tracing uses the open-source `Tracely` library, based on OpenTelemetry.

## What is LLM tracing?

Tracing lets you instrument your AI application to collect data for evaluation and analysis.

It captures detailed records of how your LLM app operates, including inputs, outputs and any intermediate steps and events (e.g., function calls). You define what to include.

Evidently provides multiple ways to explore tracing data.

<Tabs>
  <Tab title="Trace view">
    See a timeline of execution steps with input-output details and latency.

    <img src="https://mintcdn.com/evi/8OEti_y2YYYC9e0v/images/tracing.png?fit=max&auto=format&n=8OEti_y2YYYC9e0v&q=85&s=5f8f9d7e8b2a261aacb4c9bd78c66557" alt="" width="2406" height="1836" data-path="images/tracing.png" />
  </Tab>

  <Tab title="Dataset view">
    Automatically generate a tabular view for easier evaluation or labeling. <img src="https://mintcdn.com/evi/1w-MTC1_UznqpX8R/images/examples/tracing_tutorial_dataset_view.png?fit=max&auto=format&n=1w-MTC1_UznqpX8R&q=85&s=2873d9d5b31b55bcd8f26175c6fdcd16" alt="" width="2894" height="1522" data-path="images/examples/tracing_tutorial_dataset_view.png" />
  </Tab>

  <Tab title="Dialogue view">
    For conversational applications, browse traces by user or session to focus on chat flows.

    <img src="https://mintcdn.com/evi/1w-MTC1_UznqpX8R/images/examples/tracing_tutorial_session_view.png?fit=max&auto=format&n=1w-MTC1_UznqpX8R&q=85&s=d9f9aa2f589b92e27ad4236f93663e73" alt="" width="2918" height="1564" data-path="images/examples/tracing_tutorial_session_view.png" />
  </Tab>
</Tabs>

Once you capture the data, you can also run evals on the tracing datasets.

## Do I always need tracing?

Tracing is optional on the Evidently Platform. You can also:

* Upload tabular datasets using Dataset API.
* Run evals locally and send results to the platform without tracing.

However, tracing is especially useful for understanding complex LLM chains and execution flows, both in experiments and production monitoring.
