Add clarification latency, backlog, session-duration, and AI cost metrics #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "worktree-ai-observability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Four higher-value metrics on top of the existing observability build-out:
vibekanka_discord_clarification_response_seconds (human responsiveness SLA),
vibekanka_clarification_backlog (full DB-level pending count, vs. the
narrower in-memory _outstanding gauge), vibekanka_session_processing_duration_seconds
(end-to-end process_transcript time, broader than the AI-call duration
alone), and vibekanka_ai_cost_usd_total (estimated USD cost from token
counts via a hand-maintained per-model price table).
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com