Proxy support
Closed this issue · 5 comments
chaimmintz commented
We need to connect to datadog through a proxy, is that supported?
chaimmintz commented
@int128 Any chance this can be supported?
int128 commented
It seems datadog-api-client supports a proxy.
https://github.com/DataDog/datadog-api-client-typescript#configure-proxy
I will try the implementation.
chaimmintz commented
Thank you, very much appreciated!
int128 commented
Could you check the latest release?
chaimmintz commented
Latest release works now with https_proxy
env variable. Thank you!