- 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 |
||
|---|---|---|
| .. | ||
| agent | ||
| agent-tool-derive | ||
| api | ||
| avatar | ||
| config | ||
| db | ||
| frontend | ||
| git | ||
| migrate | ||
| models | ||
| observability | ||
| queue | ||
| room | ||
| rpc | ||
| service | ||
| session | ||
| session_manager | ||
| transport | ||
| webhook | ||