From 4d7252739ddd64028bcaa9ca17887d3931be5127 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Wed, 20 Oct 2021 09:14:37 +0800 Subject: [PATCH] [skip ci] Add comment for GetTimeTickChannel (#10231) Signed-off-by: xige-16 --- internal/querycoord/impl.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 933e282a3..bd0a1e7ba 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -62,6 +62,8 @@ func (qc *QueryCoord) GetTimeTickChannel(ctx context.Context) (*milvuspb.StringR }, nil } +// GetStatisticsChannel return the statistics channel +// Statistics channel contains statistics infos of query nodes, such as segment infos, memory infos func (qc *QueryCoord) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) { return &milvuspb.StringResponse{ Status: &commonpb.Status{ -- GitLab