# Monitoring

"**Monitoring"** allows you to follow the functioning of the flows executed in detail, as well as providing information on the consumption of GIGS (data allowance).

* [How to access](#como-acessar)
* [Summary](#painel-de-resumo)
* [Overview](#visao-geral)

### **How to access** <a href="#como-acessar" id="como-acessar"></a>

You can access the "**Monitoring**" section in two ways: by clicking on "**Organization**" in the sidebar and navigating to "**Monitoring**," or by going to the Integrations tab and clicking on "**Monitoring**" in the left-hand sidebar.

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

When you access it, you will find the following information:

### Summary <a href="#painel-de-resumo" id="painel-de-resumo"></a>

It shows a summary of the main data on the workspace.

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

Considering that:

* **Consumption**: total GIGS (data) consumed in the selected period
* **Active integrations**: total number of active integrations in the space
* **Total executions**: total executions in the selected period
* **Failed integrations**: total number of failures in the selected period
* **Data trafficked:** total data traffic in the selected period

### Overview <a href="#visao-geral" id="visao-geral"></a>

It shows a summary of the main data on the workspace:

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

Next, follow each type of chart presented in "**Monitoring**":&#x20;

* **Executions and Failures**: In this chart, we have the number of executions and failures per day for the selected period, for all executed flows.&#x20;
* **GIGS**: In this chart, we have the amount of GIGS (data) consumed per day for the selected period. [Learn more about GIGS](/english/skyone-studio/gigs-the-complete-guide.md).
* **Executions**: In this information panel, the information is divided into two columns:&#x20;
  * **Next**: Here you will see scheduled executions for repeated execution, organized by day (MM-DD-YYYY), within the selected period, as long as a time trigger is used.&#x20;
  * **Previous**: In this information panel, we present the history of flow executions, organized by day (MM-DD-YYYY), within the chosen time interval. Here you can track all flows that started, were successfully completed, or failed within a given day.&#x20;
* **Traffic**: In this chart, we have the amount of GIGS (data) consumed per day for the selected period and integration.&#x20;
* **Flows**: All flows of the selected integration will be displayed, as long as they were executed within the selected period.

#### Filters <a href="#filters" id="filters"></a>

Chart data can be filtered using the following options:

{% tabs %}
{% tab title="Integrations" %}
It allows you to choose a specific integration for data analysis. To search for an integration, simply **type in the name** and choose the appropriate option.
{% endtab %}

{% tab title="Export" %}
Allows you to download data for a given period. To do this, **select the data export period** and then choose the export format (CSV or JSON). Finally, click on "**Export history"**.
{% endtab %}

{% tab title="Period" %}
You can choose a period for data monitoring. To do this, **select the period by clicking on the desired days**. If necessary, simply clear the period to return to the default. Finally, click on "**Apply"**.
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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.skyone.cloud/english/skyone-studio/monitoring-1.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.
