mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify code comments according to the naming conventions (#15172)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/15497/head
parent
06535eb7eb
commit
a157487f8c
|
@ -285,7 +285,7 @@ func getSystemInfoMetrics(
|
|||
})
|
||||
}
|
||||
|
||||
// add data coord to system topology graph
|
||||
// add DataCoord to system topology graph
|
||||
systemTopology.NodesInfo = append(systemTopology.NodesInfo, dataCoordTopologyNode)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue