While investigating #99 I noticed that using the ingresses and port-forwarding the following.
One browser request to http://127.0.0.1.nip.io/?who=browser-pf (the who command is just for debugging so I can ensure it is my traffic) I see 2 requests to the backend and 2 traces in Jaeger:
Single request using port-forward results in one request to the backend - but no traces.
While investigating #99 I noticed that using the ingresses and port-forwarding the following.
One browser request to
http://127.0.0.1.nip.io/?who=browser-pf
(thewho
command is just for debugging so I can ensure it is my traffic) I see 2 requests to the backend and 2 traces in Jaeger:Single request using port-forward results in one request to the backend - but no traces.