[skip ci]Add the datanode service notes (#13210)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2021-12-13 09:33:28 +08:00 committed by GitHub
parent 998e21f956
commit 10503b3f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}