[skip ci] Add comment for GetStatisticsChannel (#11257)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11271/head
dragondriver 2021-11-04 19:04:17 +08:00 committed by GitHub
parent 4f03f27633
commit 202ce08e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ func (node *Proxy) GetComponentStates(ctx context.Context) (*internalpb.Componen
return stats, nil return stats, nil
} }
// GetStatisticsChannel get statistics channel of Proxy.
func (node *Proxy) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) { func (node *Proxy) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
return &milvuspb.StringResponse{ return &milvuspb.StringResponse{
Status: &commonpb.Status{ Status: &commonpb.Status{