-
Notifications
You must be signed in to change notification settings - Fork 197
Support proxy_url on otel translation logic #10454
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
Conversation
This pull request does not have a backport label. Could you fix it @khushijain21? 🙏
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
💛 Build succeeded, but was flaky
Failed CI StepsHistory
|
@blakerouse can you re-review? Proxy config won't work with beats receivers without this one going in and your suggestion was applied :) |
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.
Looks good. Thanks for applying my suggestion.
@Mergifyio backport 9.0 9.1 9.2 |
✅ Backports have been created
|
* Support proxy_url on otel translation logic * address comments (cherry picked from commit 0e53334) # Conflicts: # internal/pkg/otel/translate/output_elasticsearch.go
* Support proxy_url on otel translation logic * address comments (cherry picked from commit 0e53334) # Conflicts: # internal/pkg/otel/configtranslate/otelconfig.go # internal/pkg/otel/translate/otelconfig_test.go # internal/pkg/otel/translate/output_elasticsearch.go
* Support proxy_url on otel translation logic * address comments (cherry picked from commit 0e53334) # Conflicts: # internal/pkg/otel/translate/output_elasticsearch.go
* Support proxy_url on otel translation logic * address comments (cherry picked from commit 0e53334)
* Support proxy_url on otel translation logic * address comments (cherry picked from commit 0e53334) Co-authored-by: Khushi Jain <[email protected]>
What does this PR do?
This PR handles conversion logic for
proxy_url
Why is it important?
Checklist
./changelog/fragments
using the changelog toolHow to test this PR locally
Related issues