open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 130 forks source link

Gathering ephemeral port and source ip from module #336

Open SuniAve opened 8 months ago

SuniAve commented 8 months ago

I am using the otel-webserver-module and need to gather networking informations from the NGINX proxy. If the proxy acts as a reverse proxy, I need to see which ephemeral port and source IP the NGINX proxy used to connect to the effective page/backend.

Is there any possibility for that?