{# Operator dashboard metrics (issue #13). Rendered standalone on the htmx 15s poll (HX-Request) and included by dashboard.html for the full page. Pure read-only render over a SystemStats snapshot — no aggregation here; that all lives in stats_query.collect_stats(). #}
Snapshot at {{ stats.generated_at.strftime("%Y-%m-%d %H:%M:%SZ") }}. Throughput window since {{ stats.since.strftime("%Y-%m-%d %H:%M:%SZ") }}.
{% if since_invalid %}Unrecognized ?since= value — showing the last 24 hours.
| Status | Runs |
|---|---|
| {{ status.value }} | {{ stats.status_counts.get(status.value, 0) }} |
| Stage | Avg duration | Finished attempts |
|---|---|---|
| {{ d.stage }} | {{ "%.2f"|format(d.avg_seconds) }}s | {{ d.attempt_count }} |
No finished stage attempts yet.
{% endif %}| Stage | Failed attempts |
|---|---|
| {{ f.stage }} | {{ f.attempt_count }} |
No stage failures recorded.
{% endif %}