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

# Analytics

> Monitor simulation health over time with Netra's analytics dashboard. Track pass rates, normalized scores, evaluator performance, and costs across simulation runs.

The Analytics tab gives you a time-filtered, at-a-glance view of how your [simulation](/Simulations/text-simulations/Simulations) is performing across all test runs. Open any simulation and click the **Analytics** tab to access it.

<img src="https://mintcdn.com/netra/rgn_MeP0fP5E_Fpu/images/analytics.png?fit=max&auto=format&n=rgn_MeP0fP5E_Fpu&q=85&s=528f149b920cdda4dd0950565f69f69d" alt="Simulation Analytics tab" width="1687" height="1017" data-path="images/analytics.png" />

## Overall Health

The top of the Analytics page displays a summary card with four key metrics:

| Metric               | Description                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------ |
| **Health**           | Boolean pass/fail indicator — green when the latest run meets the pass threshold, red when it does not |
| **Normalized Score** | Average score across all evaluators, normalized to a 0–1 scale                                         |
| **Evaluators**       | Number of evaluators attached to this simulation                                                       |
| **Eval Cost**        | Total token and API cost accumulated across all test runs                                              |

## Average Evaluation Score Across Time

A line graph plots the normalized evaluation score over time. Each data point represents one test run. Use this chart to:

* **Spot trends** — a declining line indicates gradual quality degradation
* **Identify regressions** — a sharp drop after a specific run pinpoints the change that introduced the issue
* **Validate improvements** — confirm that score increases after agent, prompt, or pipeline updates

The graph supports time-range filtering to focus on specific periods.

## Evaluator Performance

Below the score graph, an evaluator performance card breaks down results per evaluator:

| Metric         | Description                                                                        |
| -------------- | ---------------------------------------------------------------------------------- |
| **Pass Rate**  | Percentage of scenarios that passed this evaluator across the selected time period |
| **Fail Rate**  | Percentage of scenarios that failed                                                |
| **Total Cost** | Token and API cost attributable to this evaluator across runs                      |

Each evaluator is listed as a separate row, letting you quickly identify which evaluator contributes most to failures or costs.

## How to Use Analytics

### Track Quality Over Time

1. Run the same simulation after each agent update or pipeline change
2. Open the **Analytics** tab to see the score trend
3. Investigate any dips or regressions in the graph

### Identify Weak Evaluators

1. Review the **Evaluator Performance** card
2. Focus on evaluators with the lowest pass rates
3. Tune those evaluators or investigate the underlying agent behavior

### Monitor Costs

1. Check the **Eval Cost** in the overall health card
2. Review per-evaluator costs to identify expensive evaluators
3. Optimize scenario complexity or evaluator frequency if costs grow unexpectedly

## Related

* [Test Runs](/Simulations/TestRuns) - View detailed results for individual simulation runs
* [Simulation Overview](/Simulations/Simulation-overview) - Understand the simulation framework
* [Evaluators](/Evaluators/text-evaluators) - Configure scoring logic for simulations
