gitdataai/admin/src/app
ZhenYi ae601774df chore(admin): remove all metrics/observability features
- Delete admin metrics dashboard page (admin/metrics/page.tsx)
- Delete LineChart component (used only by metrics)
- Remove "指标监控" nav link from Sidebar
- Remove getMetrics/exportMetricsCsv from admin-rpc.ts client
- Remove /api/admin/metrics and /api/admin/metrics/export HTTP routes
  from adminrpc (was also leaking metrics via HTTP)
- Remove metrics RPC methods (get_metrics, export_metrics_csv) from
  adminrpc gRPC server and their helper functions
- Remove spawn_redis_metrics_flusher from app/main.rs
- Remove redis_metrics module from observability crate
- Remove redis/deadpool-redis deps from observability Cargo.toml
2026-04-23 15:42:00 +08:00
..
admin chore(admin): remove all metrics/observability features 2026-04-23 15:42:00 +08:00
api feat(admin): add structured error logger for all API routes 2026-04-23 09:55:35 +08:00
dashboard feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
login feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
platform fix(frontend): various UI display and type corrections 2026-04-22 10:31:33 +08:00
globals.css feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
layout.tsx feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
page.tsx feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00