-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[OTAGENT-412] Updated modules adding ability for serialize exporter to set proxy variables #41041
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
[OTAGENT-412] Updated modules adding ability for serialize exporter to set proxy variables #41041
Conversation
.chloggen/tim.liakh-serializer-exporter-ignoring-proxy-fix.yaml
Outdated
Show resolved
Hide resolved
.chloggen/tim.liakh-serializer-exporter-ignoring-proxy-fix.yaml
Outdated
Show resolved
Hide resolved
.chloggen/tim.liakh-serializer-exporter-ignoring-proxy-fix.yaml
Outdated
Show resolved
Hide resolved
Can you also add a test in http://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/datadogexporter/metrics_exporter_test.go ? You can test proxy with |
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rebase / merge main
…r-exporter-ignoring-proxy-fix
still need to fix merge conflicts |
There are still CI failures |
Description
This PR improves the serializer exporter by introducing support for HTTP proxy settings via both environment variables and explicit configuration.
Testing
Added new unit tests and manually tested with proxy applciation.
Related PR
DataDog/datadog-agent#38224