-
Notifications
You must be signed in to change notification settings - Fork 169
[9.0](backport #7686) [Chore] Update otel components to v1.27.0/v0.121.0 #7718
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
* updateotel to v0.127.0 and v.121.0 respectively * do not update prometheus receiver * remove prometheus receiver dependency * fix component.go * fix component.go * change flush_timeout * revert permission * replace pr-receiver * add changelog * fix changelog summary --------- Co-authored-by: System Administrator <[email protected]> (cherry picked from commit b2c19df) # Conflicts: # .golangci.yml # NOTICE.txt # go.mod # go.sum # internal/pkg/otel/README.md # internal/pkg/otel/components.go # testing/integration/beat_receivers_test.go
Cherry-pick of b2c19df has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This pull request has not been merged yet. Could you please review and merge it @khushijain21? 🙏 |
This pull request has not been merged yet. Could you please review and merge it @khushijain21? 🙏 |
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request has not been merged yet. Could you please review and merge it @khushijain21? 🙏 |
b063ad7
to
ab63a51
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
b6ed3d7
to
8ce90b1
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
|
💚 Build Succeeded
History
|
What does this PR do?
It updates all otel components except
prometheus-receiver
due to its dependency on higher prometheus version (which conflicts with beats code). We should updateprometheus-receiver
once the following issue is resolved. See elastic/beats#42916This is a temporary solution to unblock us with otel related work on main branch.
This update was performed using following command
and manually degraded the version of
prometheus-receiver
.Skipping changelog for now.
Checklist
./changelog/fragments
using the changelog toolHow to test this PR locally
Related issues
This is an automatic backport of pull request #7686 done by [Mergify](https://mergify.com).