-
Notifications
You must be signed in to change notification settings - Fork 205
chore: update OTel components to v0.122.0 #7725
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
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
@mauri870 Can you please take a look at the failing CI steps? The changes look good to me, but need passing CI before approving. |
Thanks for the preliminary review. The CI failures seems to be related with the update, I'm still sorting these out. |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
/test |
|
It may be simpler to wait for #7936 first. |
|
💚 Build Succeeded
History
cc @mauri870 |
* chore: update OTel components to v0.122.0 * add PR link * tentative fix for 'must not specify both logs_index and logs_dynamic_index' * add prometheusreceiver to gomoddirectives * Fix TestGetOtelConfig * explicitly set mapping mode otherwise it defaults to otel * add missing logs_index to expected test config (cherry picked from commit fb3a575) # Conflicts: # go.mod # go.sum # internal/pkg/otel/README.md
* chore: update OTel components to v0.122.0 * add PR link * tentative fix for 'must not specify both logs_index and logs_dynamic_index' * add prometheusreceiver to gomoddirectives * Fix TestGetOtelConfig * explicitly set mapping mode otherwise it defaults to otel * add missing logs_index to expected test config (cherry picked from commit fb3a575) # Conflicts: # go.mod # go.sum # internal/pkg/otel/README.md
) * chore: update OTel components to v0.122.0 (#7725) * chore: update OTel components to v0.122.0 * add PR link * tentative fix for 'must not specify both logs_index and logs_dynamic_index' * add prometheusreceiver to gomoddirectives * Fix TestGetOtelConfig * explicitly set mapping mode otherwise it defaults to otel * add missing logs_index to expected test config (cherry picked from commit fb3a575) # Conflicts: # go.mod # go.sum # internal/pkg/otel/README.md * fix conflicts --------- Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>




What does this PR do?
Updates the OTel components to v1.28.0/v0.122.0.
This update was performed using following command:
Checklist
./changelog/fragmentsusing the changelog toolHow to test this PR locally