Historical trends
Success rate, failure rate, throughput over time.
Per-bucket task outcome counts and average runtime, returned by a dialect-aware /trends endpoint (same query runs on SQLite dev + Postgres prod). Dashboard renders native-SVG line charts with hover tooltips.
z4j dashboard — Historical trends
Mockup of the dashboard view for this feature. Live-reloading and themed to match your dashboard.
Ships with
- 5 window presets: 1h / 6h / 24h / 72h / 7d
- 500-bucket guard prevents expensive queries
- Dialect-aware time bucketing (Postgres to_timestamp + SQLite strftime)
- Stat tiles: success / failure / failure-rate / retries
Related