File tree 1 file changed +2
-2
lines changed
src/ray/object_manager/plasma
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ ray_cc_library(
100
100
":plasma_malloc" ,
101
101
":plasma_object_store" ,
102
102
"//:object_manager_common" ,
103
- "//:stats_metric" ,
104
103
"//src/ray/common:asio" ,
105
104
"//src/ray/common:file_system_monitor" ,
106
105
"//src/ray/common:id" ,
107
106
"//src/ray/common:network" ,
108
107
"//src/ray/common:ray_config" ,
109
108
"//src/ray/common:status" ,
109
+ "//src/ray/stats:stats_metric" ,
110
110
"//src/ray/util" ,
111
111
"@boost//:bind" ,
112
112
"@com_google_absl//absl/base:core_headers" ,
@@ -153,7 +153,7 @@ ray_cc_library(
153
153
hdrs = ["stats_collector.h" ],
154
154
deps = [
155
155
":object_manager_plasma_common" ,
156
- "//:stats_metric" ,
156
+ "//src/ray/stats :stats_metric" ,
157
157
"//src/ray/util:counter_map" ,
158
158
],
159
159
)
You can’t perform that action at this time.
0 commit comments