milvus/pkg/metrics
yihao.dai a434d33e75
feat: Add import scheduler and manager (#29367)
This PR introduces novel managerial roles for importv2:
1. ImportMeta: To manage all the import tasks;
2. ImportScheduler: To process tasks and modify their states;
3. ImportChecker: To ascertain the completion of all tasks and instigate
relevant operations.

issue: https://github.com/milvus-io/milvus/issues/28521

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-03-01 18:31:02 +08:00
..
datacoord_metrics.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
datanode_metrics.go fix: Add more throughput in related metrics (#30038) 2024-01-19 11:34:54 +08:00
indexnode_metrics.go Fix historm metrics buckets range for index (#26976) 2023-09-13 17:21:18 +08:00
info_metrics.go enhance: add basic information of milvus into metrics (#29665) 2024-01-29 15:47:02 +08:00
meta_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
metrics_test.go enhance: add basic information of milvus into metrics (#29665) 2024-01-29 15:47:02 +08:00
metrics.go enhance: add basic information of milvus into metrics (#29665) 2024-01-29 15:47:02 +08:00
msgstream_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
persistent_store_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
proxy_metrics.go fix: Use longTime bucket for longer latency (#30175) 2024-01-22 19:18:55 +08:00
querycoord_metrics.go support detailed task metrics(#23414) (#24507) 2023-05-30 14:59:28 +08:00
querynode_metrics.go enhance: add metrics for stopping querynode balance progress (#29201) 2023-12-21 10:14:52 +08:00
rootcoord_metrics.go Format the code (#27275) 2023-09-21 09:45:27 +08:00