未验证 提交 9e7f548e 编写于 作者: J jingkl 提交者: GitHub

[skip e2e]Add comments to proxy service (#13754)

Signed-off-by: Njingkl <jingjing.jia@zilliz.com>
上级 907f554a
......@@ -453,6 +453,7 @@ func (s *Server) RegisterLink(ctx context.Context, request *milvuspb.RegisterLin
return s.proxy.RegisterLink(ctx, request)
}
// GetMetrics gets the metrics info of proxy.
func (s *Server) GetMetrics(ctx context.Context, request *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
return s.proxy.GetMetrics(ctx, request)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册