feat: add Prometheus system monitoring

This commit is contained in:
hectorzhao
2026-08-14 10:10:28 +08:00
parent 96e475d60d
commit b78faa1aa2
25 changed files with 1675 additions and 0 deletions
+2
View File
@@ -25,6 +25,7 @@ import {
ReceiptText,
ClipboardList,
Send,
ServerCog,
ScanSearch,
Settings,
Shield,
@@ -202,6 +203,7 @@ function AdminAuthenticatedLayout({ session }: { session: LoginSession }) {
{ label: '报备字段库', to: '/admin/drainage-fields', icon: Hash },
{ label: '引流识别规则', to: '/admin/drainage-detection-rules', icon: ScanSearch },
{ label: '系统日志', to: '/admin/system-logs', icon: FileText },
{ label: '系统监控', to: '/admin/system-monitoring', icon: ServerCog },
],
},
]}