mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to naming conventions (#13841)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/13682/head
parent
f332e14034
commit
094b5f48dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue