Skip to content

Commit 6aaafcb

Browse files
authored
pool: Fix tracing context on pool task (#2592)
1 parent abd7e86 commit 6aaafcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/proxy/pool/src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ where
132132
}
133133
}
134134
}
135-
.instrument(debug_span!("pool")),
135+
.instrument(debug_span!("pool").or_current()),
136136
)
137137
}
138138

0 commit comments

Comments
 (0)