milvus/pkg/metrics
yihao.dai 0fc2a4aa53
enhance: Optimize import scheduling and add time cost metric (#36601)
1. Optimize import scheduling strategic:
a. Revise slot weights, calculating them based on the number of files
and segments for both import and pre-import tasks.
b. Ensure that the DN executes tasks in ascending order of task ID.
2. Add time cost metric and log.

issue: https://github.com/milvus-io/milvus/issues/36600,
https://github.com/milvus-io/milvus/issues/36518

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-10-09 14:41:20 +08:00
..
cgo_metrics.go enhance: async search and retrieve in cgo (#33228) 2024-06-22 09:38:02 +08:00
datacoord_metrics.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
datanode_metrics.go enhance: Add metrics to monitor import throughput and imported rows (#36519) 2024-09-28 17:31:15 +08:00
grpc_stats_handler.go enhance: Use stats Handler to record request/response size metrics (#36107) 2024-09-09 17:13:05 +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 streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00
metrics.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
msgstream_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
persistent_store_metrics.go enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +08:00
proxy_metrics.go enhance: add streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00
querycoord_metrics.go fix: metrics leak on the coord nodes (#33075) 2024-05-20 22:03:39 +08:00
querynode_metrics.go enhance: add streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00
rootcoord_metrics.go enhance: add streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00
streaming_service_metrics.go enhance: add streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00