mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for GetMetrics in QueryNode (#10218)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
e755734965
commit
9585aaa188
@ -332,6 +332,7 @@ func (s *Server) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfo
|
||||
return s.querynode.GetSegmentInfo(ctx, req)
|
||||
}
|
||||
|
||||
// GetMetrics gets the metrics information of QueryNode.
|
||||
func (s *Server) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
|
||||
return s.querynode.GetMetrics(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user