Skip to content

Commit

Permalink
pool: Fix tracing context on pool task (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Dec 27, 2023
1 parent abd7e86 commit 6aaafcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd/proxy/pool/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ where
}
}
}
.instrument(debug_span!("pool")),
.instrument(debug_span!("pool").or_current()),
)
}

Expand Down

0 comments on commit 6aaafcb

Please sign in to comment.