mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add notes to datanode service (#13209)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13221/head
parent
b43b4e213f
commit
998e21f956
|
@ -282,6 +282,7 @@ func (s *Server) start() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// GetComponentStates gets the component states of Datanode
|
||||
func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error) {
|
||||
return s.datanode.GetComponentStates(ctx)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue