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

# Monitoring

> Test and monitor your destination configuration

## Overview

Converge provides the following tools to monitor and debug whether your destinations are correctly set up.

* [Destination Logs](#destination-logs)

***

## Destination Logs

Converge stores detailed logs of every event that gets sent to Converge, including [event properties](/sources/converge-spec), [profile properties](/sources/source-concepts#profile-properties), and [aliases](/sources/source-concepts#aliases).

### Where to find Destination logs

1. Navigate to the [Destinations Tab](https://app.runconverge.com/-/connections) in your Converge dashboard
2. Click on the Destination you want to debug
3. Click on the **Logs** tab to see the logs
4. Click on any of the Log Lines to inspect a Log instance

<Frame>
  <img src="https://mintcdn.com/converge/L45wyZk0Nu0wVlB6/images/destinations/monitoring/destination-logs-0.png?fit=max&auto=format&n=L45wyZk0Nu0wVlB6&q=85&s=c1210141189bdec85f003fde87485172" alt="destination logs" width="2237" height="1085" data-path="images/destinations/monitoring/destination-logs-0.png" />
</Frame>

### Filter through the logs

* **By Event Name**: You can select a subset of events to show in the log by clicking **Select events** and then ticking the relevant events.
* **By Date**: You can use the date picker in the top right corner to select log lines from a particular date range.
* **By Forwarding Status**: You can click **Select status** to see the [Forwarding Status](#forwarding-status) of a particular event.
* **By Destination Type**: Whether the forwarding is processed through the **Server** or through the **Browser** (client-side).

### Forwarding Status

Every event that gets processed by the Destination gets a forwarding status.
This status gives you insight as to *how* the Destination processed this data.

| Status       | Definition                                                                                                                                                                                                                                                                                                                                         |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Success`    | The event was correctly received by the destination                                                                                                                                                                                                                                                                                                |
| `Failure`    | The event failed to be delivered, read the log detail for more information                                                                                                                                                                                                                                                                         |
| `Retry`      | The event is being retried (until `Success` or `Failure`)                                                                                                                                                                                                                                                                                          |
| `Filtered`   | The event was processed by the Destination and filtered out (i.e. it has **not** been sent to the destination) based on one of the [Destination Filters](/destinations/filters)                                                                                                                                                                    |
| `External`   | An event was fired to this destination that was **not triggered by Converge**  <Note> If you see a bunch of events with an `External` status, this means that another tracking source is still active and should likely be turned off </Note>                                                                                                      |
| `Skipped`    | An event was processed by the Destination and skipped by the Destination to adhere to the Destination Specification <Info> This status usually occurs when Converge processes both browser-side and server-side events but the Destination does not accept server-side events or cannot effectively deduplicate events from two sources.   </Info> |
| `No consent` | The server-side event was not forwarded because the visitor has not given consent for the destination consent category.                                                                                                                                                                                                                            |
