> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/feature-management-experimentation/use-fme/release-monitoring/alerts/view-triggered-alerts.md).

# View triggered alerts

### Overview <a href="#overview" id="overview"></a>

The **Monitoring** tab provides real-time insights into your feature flag's traffic and a summary of alerts that have fired. This data can be used to identify unexpected trends or issues that require troubleshooting.

The **Monitoring** tab includes the following sections:

### Traffic insights <a href="#traffic-insights" id="traffic-insights"></a>

This section visualizes the number of unique keys (users, accounts, or your defined traffic type) served each treatment over the selected time period. The data is shown in a line graph, with each line corresponding to a selected treatment. If a time range is selected that spans across versions, vertical lines indicate when a new feature flag version was created.

Additionally, a table displays a summary of unique keys and total impressions per treatment.

![](/files/y4S5eGiL9EiTiaByNcjc)

### Alerts fired <a href="#alerts-fired" id="alerts-fired"></a>

This section lists all alerts that have triggered for this feature flag, either from metric alert policies or automated feature flag alerts on key and guardrail metrics.

If an alert was fired for this flag, the following information is displayed in a table.

| **Field**       | **Description**                                                                                                                  |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| Version         | The version number of the feature flag that triggered the alert.                                                                 |
| Alert fired     | Timestamp when the alert was triggered.                                                                                          |
| Source          | The name of the alert policy, key metric, or guardrail metric. Click the name to go directly to the policy or metric definition. |
| Direction       | Indicates whether the impact was desired or undesired, based on what was configured in the policy or metric definition.          |
| Relative impact | The degradation percentage that is detected and the error margin of this percentage.                                             |

Clicking on the **Details** pop-over icon shows additional information about the alert.

![](/files/F9DKvgK7FXEPUnm6nvK0)

| **Field**            | **Description**                                                                                          |
| -------------------- | -------------------------------------------------------------------------------------------------------- |
| Type                 | Indicates whether the source of this alert was an alert policy, key metric, or guardrail metric.         |
| Baseline treatment   | The alert baseline treatment name.                                                                       |
| Baseline value       | The metric value for the baseline treatment.                                                             |
| Comparison treatment | The name of the treatment being compared to the baseline that is responsible for the alert.              |
| Comparison value     | The metric value for the comparison treatment.                                                           |
| Absolute impact      | Displays the difference between the comparison value and baseline value and the associated error margin. |

For more information on configuring alerts, refer to the [Metric alerting guide](/feature-management-experimentation/use-fme/release-monitoring/alerts/alert-policies/index.md) and [Feature flag significance alerting guide](/feature-management-experimentation/use-fme/release-monitoring/alerts/automated-alerts-and-notifications/index.md#setting-up-feature-flag-alerting).
