dynatrace-oss / progressiveDelivery-masterclass

Apache License 2.0
4 stars 11 forks source link

Using ingress doubles load on backend. #101

Open agardnerIT opened 1 year ago

agardnerIT commented 1 year ago

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:

image

Single request using port-forward results in one request to the backend - but no traces.

image