[监控] 告警规则管理 — 前端 CRUD 页面 #12

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

背景

后端 /api/v1/alert-rules CRUD API 已就绪,前端 AlertRules.vue 是空壳。

需求

  1. 告警规则列表页:规则名称、条件、状态、创建时间
  2. 创建/编辑规则:条件表达式编辑、通知渠道选择
  3. 启用/禁用开关
  4. 支持规则类型:阈值告警、状态变更告警、执行超时告警

涉及模块

  • frontend/src/views/AlertRules.vue — 需完整实现
  • frontend/src/api/index.ts — 确认 API 封装

优先级

高 — 平台可观测性必备

## 背景 后端 `/api/v1/alert-rules` CRUD API 已就绪,前端 `AlertRules.vue` 是空壳。 ## 需求 1. 告警规则列表页:规则名称、条件、状态、创建时间 2. 创建/编辑规则:条件表达式编辑、通知渠道选择 3. 启用/禁用开关 4. 支持规则类型:阈值告警、状态变更告警、执行超时告警 ## 涉及模块 - frontend/src/views/AlertRules.vue — 需完整实现 - frontend/src/api/index.ts — 确认 API 封装 ## 优先级 高 — 平台可观测性必备
admin self-assigned this 2026-05-05 01:01:28 +08:00
admin closed this issue 2026-05-10 14:24:13 +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#12