-
Notifications
You must be signed in to change notification settings - Fork 5k
chore(otel): remove otelbeat #47804
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
chore(otel): remove otelbeat #47804
Conversation
🤖 GitHub commentsJust comment with:
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
khushijain21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can also remove libbeat/otelbeat/providers because we are not using it anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bye bye otelbeat. It was great while it lasted 🥲
|
@Mergifyio backport 8.19 9.1 9.2 |
✅ Backports have been created
|
The otelbeat binary is not used anymore since we moved to an in-process testing collector in #47338, so remove the subcommand and all references to it in the build system. The otel subcommand was gated behind a build tag and only used in tests. (cherry picked from commit f4b9ad1) # Conflicts: # x-pack/filebeat/magefile.go # x-pack/libbeat/common/otelbeat/otel.go
The otelbeat binary is not used anymore since we moved to an in-process testing collector in #47338, so remove the subcommand and all references to it in the build system. The otel subcommand was gated behind a build tag and only used in tests. (cherry picked from commit f4b9ad1) # Conflicts: # metricbeat/module/kubernetes/util/prometheus.go # x-pack/libbeat/common/otelbeat/otel.go
* chore(otel): remove otelbeat (#47804) The otelbeat binary is not used anymore since we moved to an in-process testing collector in #47338, so remove the subcommand and all references to it in the build system. The otel subcommand was gated behind a build tag and only used in tests. (cherry picked from commit f4b9ad1) * remove TestFilebeatOTelInspect * remove TestMetricbeatOTelInspect --------- Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
Proposed commit message
The otelbeat binary is not used anymore since we moved to an in-process testing collector in #47338, so remove the subcommand and all references to it in the build system. The
otelsubcommand was gated behind a build tag and only used in tests.Checklist
stresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.Related issues