---
title: Observability and Monitoring
description: Querying logs and traces
documentId: ipaas-observability-monitoring
locale: en-US
---

To view and filter the records of all deployed integration executions, access the **Executions** screen:

![](https://creative-ball-51b3fc85c0.media.strapiapp.com/executions_Screen_f6078ba603.png)

## Viewing execution records

The integration executions list contains the following fields:

* **TimeStamp**: date and time of the start of execution.
The format is year-month-day for the date and hour-minute-second for the time.

* **Integration Flow**: name of the integration flow.

* **Version**: version of the integration flow.

* **Release Version**: version of the _release_ (automatic). If the flow is not associated with a _release_, this field will be blank.

* **Environment**: environment where the integration flow was deployed.

* **Elapsed Time**: time, in milliseconds, of the integration flow execution.

* **Status**: execution status. Can be success or error.

* **Details**: execution details:

  * **View Trace**:
  by clicking the ![](https://creative-ball-51b3fc85c0.media.strapiapp.com/view_trace_icon_a3156d7bd4.png) button, you can [view the detailed _trace_](/docs/integrations/ipaas-traces) of each _step_ of an integration flow.
  With this complete view, it will be possible to monitor process performance, identify bottlenecks, and perform debugging efficiently.

  * **Log Details**:
  By clicking the ![](https://creative-ball-51b3fc85c0.media.strapiapp.com/open_in_new_Icon_4201b7f235.png) button, you will be directed to [Sensedia Analytics](https://docs.sensedia.com/pt/analytics-guide/Latest/log-searching.html), where you can view:
    * Request records of the REST type _trigger_.
    * Request and response records of:
      * Connectors
      * JSON Transformation
      * Choice V2
      * For Each

This way, you can perform detailed analyzes of integration flows and optimize efforts for problem solving.

<Callout type="note" title="NOTE">
See [log details](/docs/integrations/ipaas-logs).
</Callout>

## Filtering execution records

### Filter for the last

![](https://creative-ball-51b3fc85c0.media.strapiapp.com/filter_for_the_last_f4efd40c52.png)

In **Filter for the last**, (located in the upper left corner of the screen), you filter the results of your integration execution records using the buttons:

* **5 minutes** for the last 5 minutes;
* **15 minutes** for the last 15 minutes;
* **1 hour** for the last hour.

<Callout type="note" title="NOTE">
When a filter is applied, the results are not automatically updated after an interval of time.
It is necessary to use the ![](https://creative-ball-51b3fc85c0.media.strapiapp.com/refresh_executions_Icon_fcea144c49.png) button to reestablish the display of data corresponding to the applied filter.
</Callout>

To clear the result of the used filter, click **CLEAR**.

### Filter

The ![](https://creative-ball-51b3fc85c0.media.strapiapp.com/filter_executions_Icon_32418fc93d.png) button allows for more advanced filtering of your execution records.

![](https://creative-ball-51b3fc85c0.media.strapiapp.com/filter_Execution_fd298e4695.png)

To use it, follow the steps below:

<Steps>
<Step>
Click ![](https://creative-ball-51b3fc85c0.media.strapiapp.com/filter_executions_Icon_32418fc93d.png), in the upper right corner of the screen.
</Step>
<Step>
In **Environment**, select the environment. It can be _Staging_, _Production_, or both.
</Step>
<Step>
In **Integration Flows**, select the integration flow.
</Step>
<Step>
In **Status**, select whether you want to filter by success or error.
</Step>
<Step>
In **Filter for the last**, select the interval you want to check.

You can choose between the last 5 minutes, 15 minutes, or the last hour.
</Step>
<Step>
In **Date-Start** and **Date-End**, select the period you want to filter.
The format is year-month-day for the date and hour-minute-second for the time.
</Step>
<Step>
Click **APPLY** in the lower right corner.
</Step>
</Steps>

If you want to clear the data already entered in the filtering, click **CLEAR**

<Callout type="note" title="NOTE">
If the filtering returns more than 100 thousand records, a message will be displayed requesting the refinement of the search criteria. You can select today or up to 7 days ago, counting date/time.
</Callout>
