Time ranges
All metrics on the Analytics page are filterable by time range:Summary cards
At the top of the page, four cards give you the current state at a glance:Trend chart
The trend chart shows jobs completed per day over the selected period. Use this to spot:- Unusual spikes (more jobs than normal — was a batch load triggered?)
- Gaps (were there days with no successful runs?)
- Growing or shrinking data volume
Status distribution
A donut chart shows the breakdown by status for the selected period:- Completed (green)
- Failed (red)
- Cancelled (grey)
Per-job breakdown
Below the aggregate charts, a table lists each job with its run count, success rate, average duration, and last run status for the selected period. Sort by failure rate to find the most problematic pipelines.Using analytics for on-call
A common workflow is to check Analytics first thing in the morning:- Any red cards? → Check failed jobs, see which tables failed, check Events for error details
- Trend chart dip? → Were any jobs paused or deleted?
- Completed count unusual? → Check if a scheduled job didn’t trigger
job_failed events (in-app or email) so you don’t need to check manually. Outbound webhooks are coming soon.