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
feat(reportgen): complete Phase 8/9 charts and fix JS init crash
- Add 13 new query functions in queries_phase8.go: latency histogram,
scatter, token throughput heatmap, upstream share/latency trend,
cost-per-token, I/O ratio, model token box plots, source node dist,
streaming box plot, peak RPM, model daily trend, user tier dist,
user token percentiles
- Fix QueryModelRadarData adoption score (was copying throughput score;
now uses COUNT(DISTINCT user_id) share)
- Add KPI.PeakRPM and 15 new ReportData fields in types.go
- Wire all Phase 8/9 queries in generator.go
- Add ~20 new ECharts init functions and chart divs in report.html
- Fix initRetentionCurve missing mkChart() call that crashed init()
and caused error/slow request tables to not render
- Update README to v2.26.0 and mark design doc as complete
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments