cleanup(otel): move otelbeat packages to x-pack/otel#47873
Merged
Conversation
Contributor
🤖 GitHub commentsJust comment with:
|
61955a4 to
38a3c97
Compare
Member
Author
|
/test |
Member
Author
|
/test |
Contributor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Member
Author
|
Some intermittent |
Member
Author
|
/test |
cmacknz
reviewed
Dec 3, 2025
Contributor
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Contributor
|
@narph we will need someone from your team to review here please. |
mergify Bot
pushed a commit
that referenced
this pull request
Jan 8, 2026
Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized. (cherry picked from commit 8a10df6) # Conflicts: # .buildkite/x-pack/pipeline.xpack.otel.yml # libbeat/common/net_test.go # libbeat/otelbeat/oteltest/helper.go # x-pack/filebeat/fbreceiver/receiver_test.go # x-pack/filebeat/input/gcppubsub/otel_test.go # x-pack/filebeat/tests/integration/otel_lsexporter_test.go # x-pack/libbeat/cmd/instance/receiver.go # x-pack/libbeat/outputs/otelconsumer/otelconsumer.go # x-pack/metricbeat/mbreceiver/receiver_test.go # x-pack/otel/beatconverter/beatconverter.go # x-pack/otel/exporter/logstashexporter/exporter.go # x-pack/otel/exporter/logstashexporter/exporter_test.go # x-pack/otel/exporter/logstashexporter/exporter_tls_test.go # x-pack/otel/exporter/logstashexporter/internal/batch_test.go # x-pack/otel/exporter/logstashexporter/internal/event.go # x-pack/otel/exporter/logstashexporter/internal/event_test.go # x-pack/otel/extension/beatsauthextension/beatsauth_test.go # x-pack/otel/otelctx/otelctx.go # x-pack/otel/otelctx/otelctx_test.go # x-pack/otel/oteltest/helper.go # x-pack/otel/oteltest/tls_helper.go # x-pack/otel/oteltranslate/outputs/logstash/config_otel.go
6 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jan 8, 2026
Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized. (cherry picked from commit 8a10df6)
6 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jan 8, 2026
Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized. (cherry picked from commit 8a10df6)
6 tasks
mauri870
added a commit
that referenced
this pull request
Jan 8, 2026
mauri870
added a commit
that referenced
this pull request
Jan 8, 2026
…k/otel (#48340) * cleanup(otel): move otelbeat packages to x-pack/otel (#47873) Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized. (cherry picked from commit 8a10df6) * fix imports --------- Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
This was referenced Jan 9, 2026
6 tasks
mauri870
added a commit
that referenced
this pull request
Jan 12, 2026
PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage.
mergify Bot
pushed a commit
that referenced
this pull request
Jan 12, 2026
PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a) # Conflicts: # .buildkite/x-pack/pipeline.xpack.otel.yml
mergify Bot
pushed a commit
that referenced
this pull request
Jan 12, 2026
PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a)
Merged
6 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jan 12, 2026
PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a) # Conflicts: # .buildkite/x-pack/pipeline.xpack.otel.yml
This was referenced Jan 12, 2026
mergify Bot
pushed a commit
that referenced
this pull request
Jan 12, 2026
PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a)
6 tasks
mauri870
added a commit
that referenced
this pull request
Jan 12, 2026
… (#48391) PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a) Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870
added a commit
that referenced
this pull request
Jan 12, 2026
… (#48393) PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a) Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870
added a commit
that referenced
this pull request
Jan 13, 2026
…k/otel (#48339) * cleanup(otel): move otelbeat packages to x-pack/otel (#47873) Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized. (cherry picked from commit 8a10df6) # Conflicts: # .buildkite/x-pack/pipeline.xpack.otel.yml # libbeat/common/net_test.go # libbeat/otelbeat/oteltest/helper.go # x-pack/filebeat/fbreceiver/receiver_test.go # x-pack/filebeat/input/gcppubsub/otel_test.go # x-pack/filebeat/tests/integration/otel_lsexporter_test.go # x-pack/libbeat/cmd/instance/receiver.go # x-pack/libbeat/outputs/otelconsumer/otelconsumer.go # x-pack/metricbeat/mbreceiver/receiver_test.go # x-pack/otel/beatconverter/beatconverter.go # x-pack/otel/exporter/logstashexporter/exporter.go # x-pack/otel/exporter/logstashexporter/exporter_test.go # x-pack/otel/exporter/logstashexporter/exporter_tls_test.go # x-pack/otel/exporter/logstashexporter/internal/batch_test.go # x-pack/otel/exporter/logstashexporter/internal/event.go # x-pack/otel/exporter/logstashexporter/internal/event_test.go # x-pack/otel/extension/beatsauthextension/beatsauth_test.go # x-pack/otel/otelctx/otelctx.go # x-pack/otel/otelctx/otelctx_test.go # x-pack/otel/oteltest/helper.go # x-pack/otel/oteltest/tls_helper.go # x-pack/otel/oteltranslate/outputs/logstash/config_otel.go * fix imports * remove files not in 9.1 branch * remove unused oteltest import * remove otelctx package not in 9.1 branch --------- Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870
added a commit
that referenced
this pull request
Jan 13, 2026
…el check pipeline (#48390) * ci: tentative fix for agent lost in x-pack otel check pipeline (#48387) PR #47873 moved some code to x-pack/otel, which increased the amount of code and dependencies required for the mage check call. After it was merged, we saw an increase in agent lost -1 errors from Buildkite agents, likely due to OOM conditions. This PR increases the amount of memory available to the agent for this stage. (cherry picked from commit be94b2a) # Conflicts: # .buildkite/x-pack/pipeline.xpack.otel.yml * fix conflicts --------- Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870
added a commit
that referenced
this pull request
Jan 19, 2026
…ck/otel (#48338) * cleanup(otel): move otelbeat packages to x-pack/otel (#47873) Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized. (cherry picked from commit 8a10df6) # Conflicts: # x-pack/filebeat/tests/integration/otel_lsexporter_test.go # x-pack/libbeat/cmd/instance/beat_test.go # x-pack/libbeat/outputs/otelconsumer/otelconsumer.go # x-pack/otel/beatconverter/beatconverter.go # x-pack/otel/exporter/logstashexporter/exporter.go # x-pack/otel/exporter/logstashexporter/exporter_test.go # x-pack/otel/exporter/logstashexporter/exporter_tls_test.go # x-pack/otel/exporter/logstashexporter/internal/batch_test.go # x-pack/otel/exporter/logstashexporter/internal/event.go # x-pack/otel/exporter/logstashexporter/internal/event_test.go # x-pack/otel/otelctx/otelctx.go # x-pack/otel/otelctx/otelctx_test.go # x-pack/otel/oteltranslate/outputs/logstash/config_otel.go * fix conflicts * fix conflicts --------- Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870
added a commit
to mauri870/elastic-agent
that referenced
this pull request
Jan 22, 2026
Manually update Beats to elastic/beats@9c75eba. Incorporates the new import paths from elastic/beats#47873.
mauri870
added a commit
to mauri870/elastic-agent
that referenced
this pull request
Jan 22, 2026
Manually update Beats to elastic/beats@9c75eba. Incorporates the new import paths from elastic/beats#47873.
swiatekm
pushed a commit
to elastic/elastic-agent
that referenced
this pull request
Jan 22, 2026
Manually update Beats to elastic/beats@9c75eba. Incorporates the new import paths from elastic/beats#47873.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Move the remaining otelbeat packages to x-pack/otel so that all otel-related code is centralized.
Checklist
stresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.How to test this PR locally
Related issues