This topic explains how to monitor the performance of your configs. Performance metrics for AgentControl configs are available in the LaunchDarkly user interface if you track AI metrics in your SDK.
Monitoring metrics collected from your SDK apply to both completion mode and agent mode. You can attach judges to completion-mode config variations in the LaunchDarkly UI. For other variations, invoke a judge programmatically using the AI SDK. To learn more, read Online evaluations.
The Monitoring tab displays metrics that your application records using a LaunchDarkly AI SDK, such as latency, token usage, cost, and evaluation scores. These metrics are separate from traces.
When you configure the LaunchDarkly observability plugin with the AI SDK and spans are successfully ingested, LaunchDarkly associates traces with the evaluated config. You can then view related traces from the config detail page.
Data appears on the Monitoring tab for a config when you record metrics from your AI model generation. For each AI SDK, the function to record metrics takes a completion from your AI model generation, so you can make the call to your AI model provider and record metrics from model generation in one step. You can record duration, token usage, generation success and error, time to first token, output satisfaction, and more.
To learn how, read Tracking AI metrics. For a detailed example, read Step 5 in the Quickstart for AgentControl.
You can use a guarded rollout when you are releasing new variations to your customers. The Monitoring tab shows a guarded rollout’s progress and SDK-recorded metric results. LaunchDarkly highlights regressions and pauses a guarded rollout automatically if needed.
To monitor the performance of a config:
For data to appear on the Monitoring tab, you must record the metrics in your application using a track call from a LaunchDarkly AI SDK. To learn more, read Tracking AI metrics.
The data on the Monitoring tab updates approximately every minute. For each metric, results are broken out by config variation. Metrics with no results display “No data.” If no data exists for a particular variation, that variation is not included in the total shown at the top of the metric card.
Here is a partial image of the Monitoring tab:

The Monitoring tab displays performance metrics for a single config in a selected environment. It supports detailed analysis of variation performance, guarded rollout progress, and version-level comparisons within that config.
For project-level monitoring across multiple configs, use AI insights.
The Trends explorer tab aggregates performance data across multiple configs, variations, models, providers, and targeting rules. It lets you compare metrics over time and identify trends across configurations.
Trends explorer includes:
Use the following guidance to choose the appropriate view:
To learn more about trends explorer features, read View AgentControl trends explorer.