Live Auth Monitor
The home route now exposes a live provider-health monitor rather than the older
radial-only view. It starts as a provider grid, then drills into one provider
at a time for account-level flow inspection.
Overview
Access the auth monitor from the dashboard Home page:
ccs config
# View "LIVE Account Monitor" section
Landing View
The default view shows the current request distribution by provider:
- live pulse plus “updated Xs ago” freshness indicator
- summary cards for accounts, success, failed, and success rate
- provider cards with account count, inline success/failure totals, success-rate
bar, and account dots
- click a provider card to open the focused account-flow view
Provider Drill-Down
Selecting a provider opens the detailed flow view for that provider:
- account-level request flow visualization
- per-account state and request totals
- pause or resume actions without leaving the page
- quota tooltips and provider-specific badges where quota-backed providers
expose them
- back navigation to return to the provider grid
Status Signals
Use the cards and drill-down together:
- green-biased cards indicate clean request flow
- amber or red signals point to degraded or failed providers
- the monitor keeps selection in local storage, so reopening the dashboard can
return you to the same provider drill-down
The monitor refreshes continuously. When investigation becomes log-heavy, use
the Home route’s logs handoff card to jump into /logs for request-level
inspection.