未验证 提交 c97c4d77 编写于 作者: C cai.zhang 提交者: GitHub

[skip ci]Fix golint error for GetMetrics in QueryCoord (#11161)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 d74e5688
......@@ -310,6 +310,7 @@ func (s *Server) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfo
return s.queryCoord.GetSegmentInfo(ctx, req)
}
// GetMetrics gets the metrics information of QueryCoord.
func (s *Server) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
return s.queryCoord.GetMetrics(ctx, req)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册