Skip to content

Commit 47a5757

Browse files
authored
Fix route labels on outbound tap metadata (#1247)
The outbound proxy did not properly expose route labels to tap on outbound requests. This change ensures that route labels are set on outbound requests for display by tap.
1 parent 578d979 commit 47a5757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linkerd/app/outbound/src/http/logical.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ impl<E> Outbound<E> {
143143
// stack doesn't have to implement `Service` for requests
144144
// with both body types.
145145
.push_on_service(http::BoxRequest::erased())
146+
.push_http_insert_target::<dst::Route>()
146147
// Sets an optional retry policy.
147148
.push(retry::layer(rt.metrics.proxy.http_route_retry.clone()))
148149
// Sets an optional request timeout.

0 commit comments

Comments
 (0)