Skip to main content

Module metrics_cmd

Module metrics_cmd 

Source
Expand description

batty metrics — consolidated telemetry dashboard.

Queries the SQLite telemetry database and prints a single-screen summary covering session totals, per-agent performance, cycle-time statistics, and review pipeline health. Handles missing/empty databases gracefully.

Structs§

AgentRow
Per-agent row in the dashboard.
DashboardMetrics
Aggregated dashboard metrics produced by query_dashboard.

Functions§

format_dashboard
Format the dashboard for terminal display.
query_dashboard
Query the telemetry database and build the aggregated dashboard.
run
Run the batty metrics command against the project root.