[skip ci] Add comment for GetTimeTickChannel (#10231)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/10239/head
xige-16 2021-10-20 09:14:37 +08:00 committed by GitHub
parent b4dfcae0b6
commit 4d7252739d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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{