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
Pinging code owners for exporter/awsxrayexporter: @wangzlei@srprash. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label.
Component(s)
No response
What happened?
Description
exporter still use https proxy specified in https_proxy environment variable for awsxray, even though no_proxy is set to ".amazonaws.com"
Steps to Reproduce
Expected Result
awsxray exporter ignores https_proxy and pushes traces to aws api directly.
Actual Result
awsxray exporter tries to push traces via https_proxy
Collector version
0.41.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
it seems the issue in aws client util
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/47d88c882cc688514fe312fce7675920d175db2b/internal/aws/awsutil/conn.go#L58C2-L58C10 it configures proxy from env variable or configuration without processing of no_proxy
The text was updated successfully, but these errors were encountered: