mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add the datanode service notes (#13210)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
998e21f956
commit
10503b3f3d
@ -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)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user