You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DatadogExporter: Add supports for HTTP_PROXY, HTTPS_PROXY and NO_PROXY for logs. (#38076)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Add supports for `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` for logs in
`datadogexporter`.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
#36292
Fixes
<!--Describe what testing was performed and which tests were added.-->
#### Testing
- Setup a local proxy
- Set `HTTP_PROXY` to the local proxy address
- Check proxy didn't receive any payloads when sending logs without the
changes from this PR
- Check proxy receive a logs payload with the change from this PR
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
0 commit comments