From 4d27c8ef1431fa3ff39ec6a34a3789fe84c1de11 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Fri, 10 Dec 2021 21:12:23 +0800 Subject: [PATCH] [skip ci]Add notes to client (#13178) Signed-off-by: jingkl --- internal/distributed/proxy/client/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/proxy/client/client.go b/internal/distributed/proxy/client/client.go index b3b50d44db..f09e0f0aa1 100644 --- a/internal/distributed/proxy/client/client.go +++ b/internal/distributed/proxy/client/client.go @@ -97,6 +97,7 @@ func (c *Client) GetComponentStates(ctx context.Context) (*internalpb.ComponentS return ret.(*internalpb.ComponentStates), err } +//GetStatisticsChannel return the statistics channel in string func (c *Client) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) { ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) { if !funcutil.CheckCtxValid(ctx) {