feat: add in-memory RPC runtime stats SSE endpoint

This commit is contained in:
line-6000
2026-06-10 00:18:24 +08:00
parent 54b83f8b16
commit 08d409d5eb
161 changed files with 1268 additions and 235 deletions
+1
View File
@@ -269,6 +269,7 @@ func registerAdminRoutes(e *echo.Echo) {
authed.GET("/dashboard/asset-trend", admin.Ctrl.AssetTrend)
authed.GET("/dashboard/revenue-trend", admin.Ctrl.RevenueTrend)
authed.GET("/dashboard/order-stats", admin.Ctrl.OrderStats)
authed.GET("/dashboard/rpc-stats", admin.Ctrl.RpcStats)
authed.GET("/dashboard/recent-orders", admin.Ctrl.RecentOrders)
// Settings