Metrics Export Service (#7809)

This commit is contained in:
SangBin Cho
2020-03-30 23:28:32 -07:00
committed by GitHub
parent bfb9248532
commit c23e56ce9a
15 changed files with 1039 additions and 286 deletions
+1 -2
View File
@@ -23,7 +23,6 @@ ray_files = [
"ray/core/src/ray/raylet/raylet_monitor",
"ray/core/src/ray/gcs/gcs_server",
"ray/core/src/ray/raylet/raylet",
"ray/dashboard/dashboard.py",
"ray/streaming/_streaming.so",
]
@@ -75,7 +74,7 @@ if "RAY_USE_NEW_GCS" in os.environ and os.environ["RAY_USE_NEW_GCS"] == "on":
extras = {
"debug": [],
"dashboard": [],
"dashboard": ["requests"],
"serve": ["uvicorn", "pygments", "werkzeug", "flask", "pandas", "blist"],
"tune": ["tabulate", "tensorboardX", "pandas"]
}