Skip to content

[8.19](backport #46464) chore: update OTel Collector libraries to v1.41.0/v0.135.0#46780

Merged
khushijain21 merged 9 commits into
8.19from
mergify/bp/8.19/pr-46464
Oct 7, 2025
Merged

[8.19](backport #46464) chore: update OTel Collector libraries to v1.41.0/v0.135.0#46780
khushijain21 merged 9 commits into
8.19from
mergify/bp/8.19/pr-46464

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Sep 25, 2025

Proposed commit message

Updates the OpenTelemetry Collector dependencies to the current latest versions v1.41.0/v0.135.0. See changelogs since v1.36.0/v0.130.0 for 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 in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

How to test this PR locally

make mage
(cd auditbeat && mage build)
(cd filebeat && mage build)
(cd metricbeat && mage build)
(cd x-pack/filebeat && mage build)
(cd x-pack/metricbeat && mage build)

```<hr>This is an automatic backport of pull request #46464 done by [Mergify](https://mergify.com).

* chore: update OTel Collector libraries to `v1.41.0`/`v0.135.0`

* fix(auditbeat): update ebpfevents to `v0.8.0`

Resolves dependency conflict on github.com/cilium/ebpf.

* make notice

* test: fix TestFilebeatOTelE2E integration test

The property `flush_timeout` has been required since v0.134.0.
I believe this is a result of fixing config validation in open-telemetry/opentelemetry-collector#13611.

* test: fix unit tests

(cherry picked from commit 16c4d9a)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum
#	x-pack/filebeat/tests/integration/otel_test.go
#	x-pack/metricbeat/tests/integration/otel_test.go
@mergify mergify Bot requested a review from a team as a code owner September 25, 2025 04:26
@mergify mergify Bot added backport conflicts There is a conflict in the backported pull request labels Sep 25, 2025
@mergify mergify Bot requested a review from a team as a code owner September 25, 2025 04:26
@mergify mergify Bot added backport conflicts There is a conflict in the backported pull request labels Sep 25, 2025
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Sep 25, 2025

Cherry-pick of 16c4d9a has failed:

On branch mergify/bp/8.19/pr-46464
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit 16c4d9a1a.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   libbeat/otelbeat/beatconverter/beatconverter_test.go
	modified:   libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel.go
	modified:   libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel_test.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE.txt
	both modified:   go.mod
	both modified:   go.sum
	both modified:   x-pack/filebeat/tests/integration/otel_test.go
	both modified:   x-pack/metricbeat/tests/integration/otel_test.go

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

@mergify mergify Bot requested review from belimawr and mauri870 and removed request for a team September 25, 2025 04:26
@botelastic botelastic Bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 25, 2025
@github-actions github-actions Bot added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Sep 25, 2025
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic Bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Sep 25, 2025
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Sep 26, 2025

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b mergify/bp/8.19/pr-46464 upstream/mergify/bp/8.19/pr-46464
git merge upstream/8.19
git push upstream mergify/bp/8.19/pr-46464

@khushijain21 khushijain21 enabled auto-merge (squash) September 26, 2025 08:15
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Sep 29, 2025

This pull request has not been merged yet. Could you please review and merge it @andrzej-stencel? 🙏

@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Oct 3, 2025

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b mergify/bp/8.19/pr-46464 upstream/mergify/bp/8.19/pr-46464
git merge upstream/8.19
git push upstream mergify/bp/8.19/pr-46464

@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Oct 6, 2025

This pull request has not been merged yet. Could you please review and merge it @andrzej-stencel? 🙏

@khushijain21 khushijain21 merged commit 8f9eaa5 into 8.19 Oct 7, 2025
203 checks passed
@khushijain21 khushijain21 deleted the mergify/bp/8.19/pr-46464 branch October 7, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport conflicts There is a conflict in the backported pull request Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants