From 10503b3f3d3159bc685d6009e53b58579bb48b72 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Mon, 13 Dec 2021 09:33:28 +0800 Subject: [PATCH] [skip ci]Add the datanode service notes (#13210) Signed-off-by: jingkl --- internal/distributed/datanode/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/datanode/service.go b/internal/distributed/datanode/service.go index c8ff8672e2..816855508e 100644 --- a/internal/distributed/datanode/service.go +++ b/internal/distributed/datanode/service.go @@ -287,6 +287,7 @@ func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComp return s.datanode.GetComponentStates(ctx) } +// GetStatisticsChannel gets the statistics channel of Datanode. func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetStatisticsChannelRequest) (*milvuspb.StringResponse, error) { return s.datanode.GetStatisticsChannel(ctx) }