-
Notifications
You must be signed in to change notification settings - Fork 143
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
Update OTel components to v0.112.0/v1.18.0 #5838
Conversation
This pull request does not have a backport label. Could you fix it @andrzej-stencel? 🙏
|
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Quality Gate passedIssues Measures |
* Update OTel components to v0.112.0/v1.18.0 * fix: bump Elastic Infra Metrics processor to v0.13.0 (cherry picked from commit bf81188) # Conflicts: # go.mod # internal/pkg/otel/README.md
* Update OTel components to v0.112.0/v1.18.0 * fix: bump Elastic Infra Metrics processor to v0.13.0 (cherry picked from commit bf81188) # Conflicts: # go.mod # internal/pkg/otel/README.md
) * Update OTel components to v0.112.0/v1.18.0 (#5838) * Update OTel components to v0.112.0/v1.18.0 * fix: bump Elastic Infra Metrics processor to v0.13.0 (cherry picked from commit bf81188) # Conflicts: # go.mod # internal/pkg/otel/README.md * fix conflicts in go.mod * mage otel:readme --------- Co-authored-by: Andrzej Stencel <[email protected]>
* Update OTel components to v0.112.0/v1.18.0 (#5838) * Update OTel components to v0.112.0/v1.18.0 * fix: bump Elastic Infra Metrics processor to v0.13.0 (cherry picked from commit bf81188) # Conflicts: # go.mod # internal/pkg/otel/README.md * resolve conflicts in go.mod * mage otel:readme --------- Co-authored-by: Andrzej Stencel <[email protected]>
What does this PR do?
Bumps the versions of OpenTelemetry Collector components from v0.111.0/v1.17.0 to just released v0.112.0/v1.18.0.
Why is it important?
We want to use the latest version of OTel components in Elastic Agent. We also need the latest changes in Elasticsearch exporter for Elastic Agent v8.16.
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E test