> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards.md).

# Monitor

## **Monitor overview**

On the Monitor page, you can keep track of created pipelines and get data on the executed pipelines.

### Page controls

#### Environment and search

1. Select the environment, **test** or **prod**, on the top left of the page.
2. Use the Pipeline Name filter to narrow results by pipeline. Select a pipeline from the list or type to search.
3. 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.
4. Press **Enter**.

#### Filtering by pipeline name

<figure><img src="/files/aVtdqsBzJgSN8Lr52J2M" alt=""><figcaption></figcaption></figure>

The Name field is an autocomplete that lists available pipelines. It supports two search modes:

| Mode        | How to                                | Result                                      |
| ----------- | ------------------------------------- | ------------------------------------------- |
| Exact       | Click an option in the dropdown list. | Filters results for that specific pipeline. |
| Approximate | Type a term and press Enter.          | Filters results by similarity.              |

The list supports infinite scroll and loads more results as you navigate down.

#### Auto refresh

Use the refresh data function to automatically update data according to the selected interval:

* 30 seconds
* 1 minute
* 5 minutes

This option is deactivated by default. To activate it, select **Auto refresh on.**

#### Percentile metrics

Select a percentile metric to identify how quickly the selected pipeline responds to requests. The selected percentile appears on the Overview chart.

| Metric                    | Description                                                                                                                                                                                    |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Average (avg)**         | The mean value of all executions in the selected time period. Not to be confused with the p50 metric.                                                                                          |
| **p50** (50th percentile) | The median processing time. Helps you understand the typical performance of the pipeline.                                                                                                      |
| **p90** (90th percentile) | 90% of executions had a processing time equal to or less than the displayed value.                                                                                                             |
| **p95** (95th percentile) | 95% of executions occurred below the indicated value. Useful for identifying performance degradation.                                                                                          |
| **p99** (99th percentile) | 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. |

{% hint style="info" %}
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, use percentiles instead.
{% endhint %}

### Overview table

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

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

Select the **three-dot icon** at the end of each row to open the **Executions**, **Logs**, **Metrics**, or **Alerts** pages for that pipeline. These pages are already filtered to show only data relevant to the selected pipeline, making it easier to view specific information.

### 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.

### Time period filter

Filter pipeline execution data by time period. Select the last 5, 15, 60 minutes, 1 day, or define a custom time range.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
