[skip e2e] Modify log text according to naming conventions (#13841)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/13682/head
guoxiangzhou 2021-12-21 12:01:31 +08:00 committed by GitHub
parent f332e14034
commit 094b5f48dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func (s *Server) getDataNodeMetrics(ctx context.Context, req *milvuspb.GetMetric
metrics, err := cli.GetMetrics(ctx, req)
if err != nil {
log.Warn("invalid metrics of data node was found",
log.Warn("invalid metrics of DataNode was found",
zap.Error(err))
infos.BaseComponentInfos.ErrorReason = err.Error()
// err handled, returns nil