Skip to content

Commit c7f737b

Browse files
committed
Fix stats lib path
Signed-off-by: Ziy1-Tan <[email protected]>
1 parent 38f1f4b commit c7f737b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ray/object_manager/plasma/BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ ray_cc_library(
100100
":plasma_malloc",
101101
":plasma_object_store",
102102
"//:object_manager_common",
103-
"//:stats_metric",
104103
"//src/ray/common:asio",
105104
"//src/ray/common:file_system_monitor",
106105
"//src/ray/common:id",
107106
"//src/ray/common:network",
108107
"//src/ray/common:ray_config",
109108
"//src/ray/common:status",
109+
"//src/ray/stats:stats_metric",
110110
"//src/ray/util",
111111
"@boost//:bind",
112112
"@com_google_absl//absl/base:core_headers",
@@ -153,7 +153,7 @@ ray_cc_library(
153153
hdrs = ["stats_collector.h"],
154154
deps = [
155155
":object_manager_plasma_common",
156-
"//:stats_metric",
156+
"//src/ray/stats:stats_metric",
157157
"//src/ray/util:counter_map",
158158
],
159159
)

0 commit comments

Comments
 (0)