mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
enhance: update MixCoord registration in MilvusRoles The `runMixCoord` function in `MilvusRoles` was updated to use the `RegisterMixCoord` function from the `rootcoord_metrics` package instead of `RegisterRootCoord`. This change aligns with the recent modifications made to the `rootcoord_metrics` package. issue:https://github.com/milvus-io/milvus/issues/41338 --------- Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>