mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
feat: Ignore reporting index metrics for non-existent indexes Remove the reporting of index metrics for non-existent indexes in the `getCollectionMetrics` function. This change improves the code by skipping unnecessary operations and reduces log noise. issue: https://github.com/milvus-io/milvus/issues/41280 Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>