Skip to content

Commit

Permalink
Trace GPU ID in Zeusd GPU routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Feb 3, 2025
1 parent abdecb7 commit 93c4999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeusd/src/routes/gpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ macro_rules! impl_handler_for_gpu_command {
// Generate the request handler.
#[actix_web::$path]
#[tracing::instrument(
skip(gpu_id, request, device_tasks),
skip(request, device_tasks),
fields(
gpu_id = %gpu_id,
block = %request.block,
Expand Down

0 comments on commit 93c4999

Please sign in to comment.