-
Notifications
You must be signed in to change notification settings - Fork 5k
[9.1](backport #45093) otel: allow filebeat otel to load otel config files #45324
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
base: 9.1
Are you sure you want to change the base?
Conversation
* otel: allow filebeat otel to load otel config files Currently the filebeat otel command only loads beats config files, which it then translates to beats receivers in order to run a OTel collector. This PR augments this functionality to allow the command to load otel configuration files, this aids in testing and running beats receivers in a standalone collector. * update notice * add test for multiple receivers * fix monitoring port * test refactor for template * restore condition removed by mistake * allow monitoring http request with variable url (cherry picked from commit 46e855e) # Conflicts: # NOTICE.txt # go.mod # x-pack/libbeat/common/otelbeat/otel.go
Cherry-pick of 46e855e 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 commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
8c0afd0
to
0267a86
Compare
0267a86
to
a7ef8d1
Compare
This pull request has not been merged yet. Could you please review and merge it @mauri870? 🙏 |
358b2de
to
41221ad
Compare
This pull request has not been merged yet. Could you please review and merge it @mauri870? 🙏 |
Proposed commit message
Currently the filebeat otel command only loads beats config files, which it then translates to beats receivers in order to run a OTel collector.
This PR augments this functionality to allow the command to load otel configuration files, this aids in testing and running beats receivers in a standalone collector without depending on EDOT.
How to test
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related
This is an automatic backport of pull request otel: allow filebeat otel to load otel config files #45093 done by Mergify.