mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
feat(stats): 新增聚合读路径与回填机制并重构 dashboard/usage 读取链路
- 新增 stats_user_summary 及 user_daily_provider/api_format/cost_savings 等聚合表 - 扩展 stats_daily/hourly 有效 token 与响应时间等字段,maintenance runtime 同步写入 - 新增 backfill 模块与 --apply-backfills 命令补齐历史聚合数据 - 重写 dashboard_filters、usage_heatmap、user_rollups 查询改走聚合表 - 同步更新 baseline_v2.sql 与 migration 集,README/dev.sh 补充回填用法
This commit is contained in:
@@ -2765,6 +2765,7 @@ mod tests {
|
||||
Some(200),
|
||||
false,
|
||||
9,
|
||||
0,
|
||||
1.75,
|
||||
false,
|
||||
)
|
||||
@@ -2785,6 +2786,7 @@ mod tests {
|
||||
None,
|
||||
true,
|
||||
2,
|
||||
0,
|
||||
0.5,
|
||||
true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user