[Dashboard] Collecting worker stats in node manager and implement webui display in the backend (#6574)

This commit is contained in:
Yunzhi Zhang
2019-12-22 17:50:23 -08:00
committed by Philipp Moritz
parent c5f141013b
commit bac6f3b61e
13 changed files with 163 additions and 10 deletions
+2
View File
@@ -121,6 +121,7 @@ from ray.worker import (
register_custom_serializer,
remote,
shutdown,
show_in_webui,
wait,
) # noqa: E402
import ray.internal # noqa: E402
@@ -169,6 +170,7 @@ __all__ = [
"register_custom_serializer",
"remote",
"shutdown",
"show_in_webui",
"wait",
]