File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ pub use crate::kv_router::protocols::ForwardPassMetrics;
1919
2020use crate :: kv_router:: scheduler:: { Endpoint , Service } ;
2121use crate :: kv_router:: ProcessedEndpoints ;
22+ use dynemo_runtime:: component:: Component ;
2223use std:: time:: Duration ;
2324use tokio_util:: sync:: CancellationToken ;
24- use triton_distributed_runtime:: component:: Component ;
2525
2626pub struct KvMetricsAggregator {
2727 pub service_name : String ,
@@ -81,7 +81,7 @@ impl KvMetricsAggregator {
8181}
8282
8383async fn collect_endpoints (
84- nats_client : triton_distributed_runtime :: transports:: nats:: Client ,
84+ nats_client : dynemo_runtime :: transports:: nats:: Client ,
8585 service_name : String ,
8686 ep_tx : tokio:: sync:: mpsc:: Sender < ProcessedEndpoints > ,
8787 cancel : CancellationToken ,
You can’t perform that action at this time.
0 commit comments