feat: enhance usage analytics dashboard (#666)
- visualize input, output, and cache token segments in usage charts - add usage period selector for 7d, 30d, 90d, and 365d - guard usage stats against stale overlapping period requests - normalize blank model usage into unknown buckets - add client and server coverage for usage analytics behavior
This commit is contained in:
@@ -975,7 +975,7 @@ export default {
|
||||
estimatedCost: '預估費用',
|
||||
cacheHitRate: '快取命中率',
|
||||
modelBreakdown: '模型分布',
|
||||
dailyTrend: '每日用量(近 30 天)',
|
||||
dailyTrend: '每日用量',
|
||||
date: '日期',
|
||||
tokens: 'Token',
|
||||
cache: '快取',
|
||||
|
||||
Reference in New Issue
Block a user