[监控] 系统监控面板 — 前端可视化 #11

Closed
opened 2026-05-05 01:01:27 +08:00 by admin · 0 comments
Owner

背景

后端 /api/v1/monitoring/api/v1/agent-monitoring 的 API 已就绪,但前端没有对应页面展示。

需求

  1. 系统监控面板页面:CPU / 内存 / 磁盘使用率图表
  2. 执行统计:总执行次数、成功率、平均耗时趋势图
  3. Agent 健康状态一览:各 Agent 运行状态、最近错误
  4. 使用 ECharts 或类似图表库

涉及模块

  • frontend/src/views/Monitoring.vue — 已有空页面,需填充
  • frontend/src/views/AgentDashboard.vue — 同上

优先级

高 — 可观测性最后一公里

## 背景 后端 `/api/v1/monitoring` 和 `/api/v1/agent-monitoring` 的 API 已就绪,但前端没有对应页面展示。 ## 需求 1. 系统监控面板页面:CPU / 内存 / 磁盘使用率图表 2. 执行统计:总执行次数、成功率、平均耗时趋势图 3. Agent 健康状态一览:各 Agent 运行状态、最近错误 4. 使用 ECharts 或类似图表库 ## 涉及模块 - frontend/src/views/Monitoring.vue — 已有空页面,需填充 - frontend/src/views/AgentDashboard.vue — 同上 ## 优先级 高 — 可观测性最后一公里
admin self-assigned this 2026-05-05 01:01:27 +08:00
admin closed this issue 2026-05-10 14:24:42 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#11