[9.3](backport #50563) chore: update OTel Collector dependencies to v0.151.0/v1.57.0#50572
[9.3](backport #50563) chore: update OTel Collector dependencies to v0.151.0/v1.57.0#50572mergify[bot] wants to merge 1 commit into
v0.151.0/v1.57.0#50572Conversation
|
Cherry-pick of 79a0485 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 |
🤖 GitHub commentsJust comment with:
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
TL;DRAll 33 Buildkite failures are caused by unresolved merge-conflict markers committed into Remediation
Investigation detailsRoot CauseThis is a configuration/integration failure from an incomplete cherry-pick conflict resolution (not a flaky infra issue): the PR branch itself contains conflict markers in module files. Confirmed on PR head content:
These markers directly break both CI entry points:
Evidence
Because every failed job is running against the same repo state, this single root cause fans out to all 33 failures. VerificationNot run locally in this workflow (read-only detective analysis based on Buildkite logs and PR head file contents). Follow-upAfter resolving conflicts and pushing, if any failures remain, they should be actionable as second-order issues once module parsing succeeds. What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
This pull request has not been merged yet. Could you please review and merge it @andrzej-stencel? 🙏 |
Proposed commit message
Updates the OpenTelemetry Collector dependencies to the current latest versions
v0.151.0andv1.57.0. See changes sincev0.150.0/v1.56.0for Core and Contrib.Why is it important?
We want to be on the latest version to keep up with latest features and bug fixes.
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] 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[ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test this PR locally