-
Notifications
You must be signed in to change notification settings - Fork 211
[8.18](backport #6697) Add ability to run components in the Otel manager #7963
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
Conversation
|
Cherry-pick of eeffc0e 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 |
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
bb09e16 to
68877c6
Compare
* Add ability to run components in the Otel manager # Conflicts: # NOTICE.txt # go.mod # go.sum * Add coordinator test * Set metricbeat receiver signal type to logs * Drop unnecessary transform processor The conversion now happens in the otel consumer in beats. * Determine default datastream type from beat name * Fix diagnostics tests * Promote output queue settings to receivers * Move otel config translation to the otel package * Emit the otel component diagnostic conditionally * Add more otel config translation tests * Code review fixes * Fix diagnostics tests * Code Review fixes * Correctly set input types if not present * More code review fixes (cherry picked from commit eeffc0e) # Conflicts: # NOTICE.txt # go.mod
3bed429 to
adf5f38
Compare
|
💔 Build Failed
Failed CI Steps
History
cc @swiatekm |
|
This pull request has not been merged yet. Could you please review and merge it @swiatekm? 🙏 |
|
Closing, we don't need to backport this change to 8.18. It's good enough that it's in 8.19, which is our long-term support branch. |




What does this PR do?
Allows to run components in the Otel manager instead of the runtime manager. Currently, only filestream is supported. This implements option 2 from https://github.com/elastic/ingest-dev/issues/4931.
Some notes about the implementation:
Why is it important?
This is a preprequisite for migrating to Otel within agent, which is our long-term plan. In the short-term, it will make it easier for us to run tests.
Checklist
How to test this PR locally
elastic-agent/internal/pkg/agent/application/coordinator/coordinator.go
Line 402 in 0c79718
Related issues
This is an automatic backport of pull request #6697 done by [Mergify](https://mergify.com).