mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify code comments according to the naming conventions (#15171)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/15171/merge
parent
2263425cde
commit
c7e93f95aa
|
@ -224,7 +224,7 @@ func getSystemInfoMetrics(
|
|||
TargetType: typeutil.DataCoordRole,
|
||||
})
|
||||
|
||||
// data coord in system topology graph
|
||||
// DataCoord in system topology graph
|
||||
dataCoordTopologyNode := metricsinfo.SystemTopologyNode{
|
||||
Identifier: identifierMap[dataCoordRoleName],
|
||||
Connected: make([]metricsinfo.ConnectionEdge, 0),
|
||||
|
|
Loading…
Reference in New Issue