Skip to content

Commit

Permalink
Trace GPU ID in Zeusd GPU routes (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung authored Feb 3, 2025
1 parent 20b9a2d commit b46ffb0
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 b46ffb0

Please sign in to comment.