feat(usage): expanded daily stats with detailed token breakdown (#385)

* feat(usage): expanded daily stats with detailed token breakdown

* feat(usage): separate cache read and cache write in daily trend table
This commit is contained in:
Desmond Zhang
2026-05-02 10:36:33 +10:00
committed by GitHub
parent acf4e225e6
commit 018053db19
14 changed files with 88 additions and 46 deletions
+2
View File
@@ -558,6 +558,8 @@ jobTriggered: 'Job ausgelost',
date: 'Datum',
tokens: 'Tokens',
cache: 'Cache',
cacheRead: 'Cache Read',
cacheWrite: 'Cache Write',
sessions: 'Sitzungen',
cost: 'Kosten',
noData: 'Keine Nutzungsdaten',
+2
View File
@@ -666,6 +666,8 @@ export default {
date: 'Date',
tokens: 'Tokens',
cache: 'Cache',
cacheRead: 'Cache Read',
cacheWrite: 'Cache Write',
sessions: 'Sessions',
cost: 'Cost',
noData: 'No usage data',
+3 -1
View File
@@ -557,7 +557,9 @@ jobTriggered: 'Job ejecutado',
dailyTrend: 'Uso diario (ultimos 30 dias)',
date: 'Fecha',
tokens: 'Tokens',
cache: 'Cache',
cache: 'Caché',
cacheRead: 'Cache Read',
cacheWrite: 'Cache Write',
sessions: 'Sesiones',
cost: 'Costo',
noData: 'Sin datos de uso',
+2
View File
@@ -558,6 +558,8 @@ jobTriggered: 'Job declenche',
date: 'Date',
tokens: 'Jetons',
cache: 'Cache',
cacheRead: 'Cache Read',
cacheWrite: 'Cache Write',
sessions: 'Sessions',
cost: 'Cout',
noData: 'Aucune donnee d\'utilisation',
+2
View File
@@ -558,6 +558,8 @@ export default {
date: '日付',
tokens: 'トークン',
cache: 'キャッシュ',
cacheRead: 'キャッシュ読み取り',
cacheWrite: 'キャッシュ書き込み',
sessions: 'セッション',
cost: 'コスト',
noData: '使用データがありません',
+2
View File
@@ -558,6 +558,8 @@ export default {
date: '날짜',
tokens: '토큰',
cache: '캐시',
cacheRead: '캐시 읽기',
cacheWrite: '캐시 쓰기',
sessions: '세션',
cost: '비용',
noData: '사용량 데이터 없음',
+2
View File
@@ -558,6 +558,8 @@ jobTriggered: 'Job acionado',
date: 'Data',
tokens: 'Tokens',
cache: 'Cache',
cacheRead: 'Cache Read',
cacheWrite: 'Cache Write',
sessions: 'Sessoes',
cost: 'Custo',
noData: 'Sem dados de uso',
+2
View File
@@ -668,6 +668,8 @@ export default {
date: '日期',
tokens: 'Token',
cache: '缓存',
cacheRead: '缓存读取',
cacheWrite: '缓存写入',
sessions: '会话',
cost: '费用',
noData: '暂无用量数据',