> ## Documentation Index
> Fetch the complete documentation index at: https://enrolla-nk-hub-guardrails.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Monitors

> Learn how to view, analyze, and act on monitor results in your LLM applications

Once you've created monitors, Traceloop continuously evaluates your LLM outputs and provides insights into their performance. This guide explains how to interpret and act on monitor results.

## Monitor Dashboard

The Monitor Dashboard provides an overview of all active monitors and their current status.
It shows each monitor’s health, the number of times it has run, and the most recent execution time.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/enrolla-nk-hub-guardrails/UWYfFkL5ialF42HS/img/monitor/monitor-list-light.png?fit=max&auto=format&n=UWYfFkL5ialF42HS&q=85&s=b6bf5cd18f5ffd2e635a9d17fa34d1ac" width="2464" height="640" data-path="img/monitor/monitor-list-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/enrolla-nk-hub-guardrails/UWYfFkL5ialF42HS/img/monitor/monitor-list-dark.png?fit=max&auto=format&n=UWYfFkL5ialF42HS&q=85&s=3dd590c2b5e4d9b56be4f37a56193f92" width="2456" height="650" data-path="img/monitor/monitor-list-dark.png" />
</Frame>

## Viewing Monitor Results

### Real-time Monitoring

Monitor results are displayed in real-time as your LLM applications generate new spans. You can view:

* **Run Details**: The span value that was evaluated and its result
* **Trend Analysis**: Performance over time
* **Volume Metrics**: Number of evaluations performed
* **Evaluator Output Rates**: Such as success rates for threshold-based evaluators

### Monitor Results Page

Click on any monitor to access its detailed results page. The monitor page provides comprehensive analytics and span-level details.

#### Chart Visualizations

The Monitor page includes multiple chart views to help you analyze your data, and you can switch between chart types using the selector in the top-right corner.

**Line Chart View** - Shows evaluation trends over time:

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/enrolla-nk-hub-guardrails/UWYfFkL5ialF42HS/img/monitor/monitor-page-line-light.png?fit=max&auto=format&n=UWYfFkL5ialF42HS&q=85&s=e5252749baf6260d85df8e0e296a64bc" width="3538" height="2018" data-path="img/monitor/monitor-page-line-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/enrolla-nk-hub-guardrails/UWYfFkL5ialF42HS/img/monitor/monitor-page-line-dark.png?fit=max&auto=format&n=UWYfFkL5ialF42HS&q=85&s=ac5bb7329f2ea2a1dd9eba1b650cbd13" width="3532" height="2018" data-path="img/monitor/monitor-page-line-dark.png" />
</Frame>

**Bar Chart View** - Displays evaluation results in time buckets:

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/enrolla-nk-hub-guardrails/UWYfFkL5ialF42HS/img/monitor/monitor-page-buckets-light.png?fit=max&auto=format&n=UWYfFkL5ialF42HS&q=85&s=e4cc0d809a291a853dd689beb0d106bf" width="3550" height="2020" data-path="img/monitor/monitor-page-buckets-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/enrolla-nk-hub-guardrails/UWYfFkL5ialF42HS/img/monitor/monitor-page-buckets-dark.png?fit=max&auto=format&n=UWYfFkL5ialF42HS&q=85&s=305c6a55f4cc93ffc38d1f6bdf0542a4" width="3550" height="1882" data-path="img/monitor/monitor-page-buckets-dark.png" />
</Frame>

#### Filtering and Time Controls

The top toolbar provides filtering options:

* **Environment**: Filter by production, staging, etc.
* **Time Range**: 24h, 7d, 14d, or custom ranges
* **Metric**: Select which evaluator output property to measure
* **Bucket Size**: 6h, Hourly, Daily, etc.
* **Aggregation**: Choose average, median, sum, min, max, or count

#### Matching Spans Table

The bottom section shows all spans that matched your monitor's filter criteria:

* **Timestamp**: When the evaluation occurred
* **Input**: The actual content that was mapped to be evaluated
* **Output**: The evaluation result/score
* **Completed Runs**: Total successful/error evaluations
* **Error Runs**: Failed evaluation attempts

Each row includes a link icon to view the full span details in the trace explorer:

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/enrolla-nk-hub-guardrails/3xlRgAdh6RfhliI1/img/trace/trace-light.png?fit=max&auto=format&n=3xlRgAdh6RfhliI1&q=85&s=e6695994354dd73a959a683a10879779" width="3014" height="1798" data-path="img/trace/trace-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/enrolla-nk-hub-guardrails/3xlRgAdh6RfhliI1/img/trace/trace-dark.png?fit=max&auto=format&n=3xlRgAdh6RfhliI1&q=85&s=87ee527c6203a2f37366f699973510a4" width="3024" height="1806" data-path="img/trace/trace-dark.png" />
</Frame>

For further information on tracing refer to [OpenLLMetry](/openllmetry/introduction).

<Tip>
  Ready to set up an evaluator for your monitor? Learn more about creating and configuring evaluators in the [Evaluators](/evaluators/intro) section.
</Tip>
