Overview
Workflow Analytics drills into the performance of individual automations across your n8n and Make.com connections. Where the Analytics overview shows the big picture, this view answers “which workflow is failing, how often, and why?”Execution Metrics
Every workflow run Opsmatic sees is recorded as an execution with one of five statuses:
From these, Opsmatic derives the core per-workflow metrics:
Success Rate
Share of executions that completed successfully over the selected period.
Average Duration
Mean execution time — the first place to look for slowdowns.
Execution Volume
How many times a workflow ran, and when its peaks are.
Failure Reasons
Captured error details grouped so you can see the dominant failure mode.
Grouping by Workflow
The dashboard and the API can roll executions up per workflow so you can rank your automations by volume, failure rate or duration. Via the API:Pre-computed Trends
For historical charts, Opsmatic maintains rolled-up aggregations so long-range views stay fast even after raw executions are purged. The relevantmetric_type values are:
daily_executions,weekly_executions,monthly_executionsdaily_success_rate,weekly_success_rate,monthly_success_ratedaily_avg_duration,weekly_avg_duration,monthly_avg_duration
Using the Data
Find your most fragile workflow
Find your most fragile workflow
Group by workflow, sort by failure rate, then open the failing executions with
include_error_details=true to read the actual errors.Catch a regression early
Catch a regression early
Watch
avg_duration trends — a steady climb usually points at a growing dataset, a slow upstream API, or an added node.Plan capacity
Plan capacity
Use execution volume peaks to schedule heavy workflows off your busiest windows.
Related
Performance Metrics
How to read and interpret the KPIs
Availability Monitoring
Platform uptime and response time

