# Monitor

On the **Overview** page, you can keep track of created pipelines and get data about the 10 most executed pipelines.

<figure><img src="https://866970526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvO5S91EQURCEhbZOuuZ%2Fuploads%2F1J7sUZppgGkV80uhylh2%2FMonitor_Overview.png?alt=media&#x26;token=60823b63-2d7f-446b-a061-e43378dadbe1" alt=""><figcaption><p>Monitor overview</p></figcaption></figure>

Select the environment, **test** or **prod**, on the top left of the page. Below the environment selector, the **monitoring cards** display the number of created and deployed pipelines, as well as the number of created accounts on the selected environment.

Use the **search bar** to filter pipelines by their name or a keyword, which is a part of a pipeline name.

The **overview table** shows a summary of the executions of the most executed pipelines in the selected period. It shows:

* Pipeline name
* Pipeline version
* Total number of executions
* Errors or failed executions
* Average pipeline execution time
* [Insights](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/monitor-insights-beta)

## Filtering data

Use the **time period selector** to filter the time range of the overview report. You can select a predetermined time period between the last 15 minutes and the last 30 days, or specific start and end dates and times.

You can also use the **refresh data** feature to automatically update data, according to the selected interval:&#x20;

* 30 seconds
* 1 minute
* 5 minutes

This option is selected by default. However, if you want to deactivate this function, select the **Auto refresh off** option.

## Overview chart

In the **overview chart**, you can see the number of successful and failed executions, as well as the average, minimum, and maximum execution time for the pipelines shown in the table. You can also select a pipeline from the table to view only its data in the chart.

<figure><img src="https://866970526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvO5S91EQURCEhbZOuuZ%2Fuploads%2FBaBLT9durvniaNoGqBbt%2FOverview_chart.png?alt=media&#x26;token=9bbfc78f-71fe-423e-9cbd-88a2391de49e" alt=""><figcaption><p>Overview chart</p></figcaption></figure>

## Percentile metrics

You can select the percentile metrics to help you identify how quickly the selected pipeline responds to requests. The selected percentile will appear on the Overview chart.

<figure><img src="https://866970526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvO5S91EQURCEhbZOuuZ%2Fuploads%2FbHQQNLE0Y3qR7HpbKu5g%2FPercentil_Metrics.gif?alt=media&#x26;token=6db3939e-6ad2-4d9b-8cf7-7ad9d35c50a3" alt=""><figcaption></figcaption></figure>

The available metrics are:

* **p50 (50th percentile):** Indicates the median processing time. It helps you understand the typical performance of the pipeline.
* **p90 (90th percentile):** Indicates that 90% of executions had a processing equal to or less than the displayed value.&#x20;
* **p95 (95th percentile):** Indicates that 95% of executions occurred below the indicated value. This is useful for identifying performance degradation.&#x20;
* **p99 (99th percentile):** Indicates the processing time under which 99% of executions were completed. The remaining 1% are considered exceptions and may indicate more serious issues or behavior outside of the expected pattern.
* **Average (avg):** Indicates the medium value of all executions in the selected time period. Not to be confused with the p50 metric.&#x20;

{% hint style="info" %}
**Tip**: Use the Average option for a general overview of performance, especially in scenarios with low variability. To better understand the behavior of most executions in flows with spikes or outliers, we recommend using percentiles.
{% endhint %}

It is possible to adjust the time range and percentile for each pipeline individually. To remove the selection:

* Click the pipeline again or&#x20;
* Use the "Clear" option next to the pipeline name search field.

## Monitor shortcuts

The shortcuts in the **Overview** table improve navigation by providing quick access to the monitoring pages and information about your pipelines. You can access more information about:

* Errors
* Executions
* Logs
* Metrics
* Alerts

To see more information about the errors, click on the number of errors of a pipeline in the **Errors** column. This will open a new tab showing the **Executions page**, which displays the specific history of executions with errors for the selected pipeline.

<figure><img src="https://content.gitbook.com/content/jvO5S91EQURCEhbZOuuZ/blobs/H5GHN3vgtsycgKdTxXOH/MonitorOverviewENG.gif" alt=""><figcaption><p>Errors shortcut on the Monitor overview table</p></figcaption></figure>

You can also click on the three-dot icon in the end of each row of the table to see the **Executions**, **Logs**, **Metrics** or **Alerts** pages for the selected pipeline. These pages are already filtered to show only the data relevant to the pipeline you have selected, making it easier to see specific information.

<figure><img src="https://content.gitbook.com/content/jvO5S91EQURCEhbZOuuZ/blobs/kwjj3Yhw73D0UkU0klAA/MonitorOverviewENG.gif" alt=""><figcaption><p>Pages shortcut on the overview table</p></figcaption></figure>
