[serve] Use ray.experimental.metrics (#10185)

This commit is contained in:
Edward Oakes
2020-08-19 13:03:22 -05:00
committed by GitHub
parent de46464aa3
commit 888f0a2c60
18 changed files with 87 additions and 917 deletions
-17
View File
@@ -64,15 +64,6 @@ py_test(
)
py_test(
name = "test_metric",
size = "small",
srcs = serve_tests_srcs,
tags = ["exclusive"],
deps = [":serve_lib"],
)
py_test(
name = "test_persistence",
size = "small",
@@ -201,14 +192,6 @@ py_test(
deps = [":serve_lib"]
)
py_test(
name = "snippet_metric_export",
size = "small",
srcs = glob(["examples/doc/*.py"]),
tags = ["exclusive"],
deps = [":serve_lib"]
)
# Disable the deployment tutorial test because it requires
# ray start --head in the background.
# py_test(