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

[skip ci]Fix golint error for GetMetrics in rootcoord (#12379)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 c9d31f0b
......@@ -405,6 +405,7 @@ func (s *Server) SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFl
return s.rootCoord.SegmentFlushCompleted(ctx, in)
}
// GetMetrics gets the metrics of RootCoord.
func (s *Server) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
return s.rootCoord.GetMetrics(ctx, in)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册