mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for GetTimeTickChannel (#10231)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/10239/head
parent
b4dfcae0b6
commit
4d7252739d
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue