int128/datadog-actions-metrics

Proxy support

Closed this issue · 5 comments

We need to connect to datadog through a proxy, is that supported?

@int128 Any chance this can be supported?

It seems datadog-api-client supports a proxy.
https://github.com/DataDog/datadog-api-client-typescript#configure-proxy

I will try the implementation.

Thank you, very much appreciated!

Could you check the latest release?

Latest release works now with https_proxy env variable. Thank you!