milvus/internal/http
jaime 9d16b972ea
feat: add tasks page into management WebUI (#37002)
issue: #36621

1. Add API to access task runtime metrics, including:
  - build index task
  - compaction task
  - import task
- balance (including load/release of segments/channels and some leader
tasks on querycoord)
  - sync task
2. Add a debug model to the webpage by using debug=true or debug=false
in the URL query parameters to enable or disable debug mode.

Signed-off-by: jaime <yun.zhang@zilliz.com>
2024-10-28 10:13:29 +08:00
..
healthz fix: delay to start the metric server port (#36080) 2024-09-09 14:01:05 +08:00
static feat: add static view for the expr (#35887) 2024-09-04 11:09:04 +08:00
webui feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
constant.go feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
router.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
server_test.go fix: delay to start the metric server port (#36080) 2024-09-09 14:01:05 +08:00
server.go feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
static_view.go feat: add static view for the expr (#35887) 2024-09-04 11:09:04 +08:00