[9.0](backport #6697) Add ability to run components in the Otel manager#7861
Merged
ycombinator merged 1 commit into9.0from Apr 16, 2025
Merged
[9.0](backport #6697) Add ability to run components in the Otel manager#7861ycombinator merged 1 commit into9.0from
ycombinator merged 1 commit into9.0from
Conversation
Contributor
Author
|
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 |
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
ycombinator
previously approved these changes
Apr 15, 2025
8 tasks
873b182 to
89b8915
Compare
* Add ability to run components in the Otel manager * 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)
89b8915 to
88e7750
Compare
|
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsHistory
cc @swiatekm |
swiatekm
approved these changes
Apr 16, 2025
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.




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).