Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to Datadog Metrics destination for proxy configuration. #119

Open
Tracked by #114
tobz opened this issue Jul 17, 2024 · 0 comments
Open
Tracked by #114

Add support to Datadog Metrics destination for proxy configuration. #119

tobz opened this issue Jul 17, 2024 · 0 comments
Labels
area/io General I/O and networking. destination/datadog-metrics Datadog Metrics destination. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers type/enhancement An enhancement in functionality or support.

Comments

@tobz
Copy link
Member

tobz commented Jul 17, 2024

Currently, the Datadog Metrics destination does not support proxy configuration for using a proxy to send requests to the Datadog platform. This is important for a chunk of Datadog Agent users as there can be requirements on outbound network access, logging, and so on.

We should:

  • add proxy support (we could seemingly just use https://github.com/siketyan/hyper-proxy2 for this)
  • match any existing proxy configurability in the Datadog Agent's forwarder (i.e. add a configuration setting, or settings, that match what can be configured in the Datadog Agent today)
@tobz tobz changed the title chore(datadog_metrics destination): add support for proxy configuration Add support to Datadog Metrics destination for proxy configuration. Jul 17, 2024
@tobz tobz added area/io General I/O and networking. type/enhancement An enhancement in functionality or support. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. destination/datadog-metrics Datadog Metrics destination. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers and removed effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. labels Jul 17, 2024
@tobz tobz modified the milestone: ADP v0.3: Production Bound Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/io General I/O and networking. destination/datadog-metrics Datadog Metrics destination. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. good first issue Good for newcomers type/enhancement An enhancement in functionality or support.
Projects
None yet
Development

No branches or pull requests

1 participant