You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have Nginx as edge proxy with some lua code, and Gloo (Envoy) as kubernetes ingress on bare metal. I need to trace request from nginx to app, the problem is that Envoy and Nginx have different format of request id
Nginx:
X-Request-id: f5ae2621ffff2e7d5000bb8f04ef278a
Envoy:
X-Request-Id: fceb3265-4be8-45f0-b410-e4b5ccc39dd4
as a result envoy replaces old request id by new one generated. Describe the solution you'd like
Add to the Gateway preserveExternalRequestId option in httpConnectionManagerSettings section which will enable envoy preserve_external_request_id option
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have Nginx as edge proxy with some lua code, and Gloo (Envoy) as kubernetes ingress on bare metal. I need to trace request from nginx to app, the problem is that Envoy and Nginx have different format of request id
Nginx:
X-Request-id: f5ae2621ffff2e7d5000bb8f04ef278a
Envoy:
X-Request-Id: fceb3265-4be8-45f0-b410-e4b5ccc39dd4
as a result envoy replaces old request id by new one generated.
Describe the solution you'd like
Add to the Gateway preserveExternalRequestId option in httpConnectionManagerSettings section which will enable envoy preserve_external_request_id option
The text was updated successfully, but these errors were encountered: