mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for GetStatisticsChannel (#11257)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11271/head
parent
4f03f27633
commit
202ce08e12
|
@ -69,6 +69,7 @@ func (node *Proxy) GetComponentStates(ctx context.Context) (*internalpb.Componen
|
|||
return stats, nil
|
||||
}
|
||||
|
||||
// GetStatisticsChannel get statistics channel of Proxy.
|
||||
func (node *Proxy) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
|
||||
return &milvuspb.StringResponse{
|
||||
Status: &commonpb.Status{
|
||||
|
|
Loading…
Reference in New Issue