elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
374 stars 111 forks source link

Proxy support - alignment #608

Open gregkalapos opened 2 years ago

gregkalapos commented 2 years ago

Some agents have a configuration to set a proxy to the http client which reports to APM Server.

Current status:

It seems these settings are very different across agents. Some agents don't have this config (e.g. .NET) and it came up that we should support it in those agents as well.

Questions:

basepi commented 2 years ago

Python is in a good place at the moment, judging by the (lack of) feedback. That said, it would be fairly trivial to align if we decide to do so. I don't have strong feelings on alignment, might be easier to keep it technology-specific.

axw commented 2 years ago

Go does have proxy support, I've updated the description. I haven't seen enough requests to know if we should align, but if we do I'd prefer to use the de-facto standard names HTTP_PROXY, HTTPS_PROXY, NO_PROXY.

gregkalapos commented 2 years ago

Summary from agent weekly: