Monitor

Keep track of deployed pipelines.

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

Monitor overview

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

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.

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.

Overview chart

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.

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.

  • p95 (95th percentile): Indicates that 95% of executions occurred below the indicated value. This is useful for identifying performance degradation.

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

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.

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

  • Click the pipeline again or

  • 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

  • Completed 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 Completed executions page, which displays the specific history of completed executions with errors for the selected pipeline.

Errors shortcut on the Monitor overview table

You can also click on the three-dot icon in the end of each row of the table to see the Completed 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.

Pages shortcut on the overview table

Last updated

Was this helpful?