You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load Balancing Verification: Confirm round-robin is distributing evenly
Cost Attribution: Track API costs per account
Health Monitoring: Identify accounts with high error rates
Capacity Planning: Understand which accounts are approaching rate limits
Environment
CLIProxyAPI Version: 6.8.40
Config: 4 Claude OAuth accounts with routing.strategy: "round-robin"
usage-statistics-enabled: true is set but no visible effect
Related
The usage-statistics-enabled config option exists but its output is not accessible. This feature request may involve surfacing existing internal statistics.
Thank you for this excellent tool! This feature would greatly help with multi-account management and monitoring.
This discussion was converted from issue #1889 on March 05, 2026 15:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
Add per-credential usage statistics tracking to help users understand load distribution across multiple OAuth accounts.
Problem Statement
When running CLIProxy with multiple Claude OAuth accounts (e.g., 4 accounts with round-robin strategy), there's currently no way to:
The current logging only shows:
No indication of which credential was used for the request.
Proposed Solution
Option A: Enhanced Logging (Minimal)
Add credential identifier to request logs:
Option B: Statistics API Endpoint (Preferred)
Expose usage statistics via the Management API:
Option C: Prometheus Metrics
Export metrics in Prometheus format for integration with existing monitoring stacks:
Use Cases
Environment
routing.strategy: "round-robin"usage-statistics-enabled: trueis set but no visible effectRelated
The
usage-statistics-enabledconfig option exists but its output is not accessible. This feature request may involve surfacing existing internal statistics.Thank you for this excellent tool! This feature would greatly help with multi-account management and monitoring.
Beta Was this translation helpful? Give feedback.
All reactions