Skip to content
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

Refactor Beat instantiation and setup #40659

Closed
Tracked by #40110
leehinman opened this issue Aug 29, 2024 · 1 comment · Fixed by #40816
Closed
Tracked by #40110

Refactor Beat instantiation and setup #40659

leehinman opened this issue Aug 29, 2024 · 1 comment · Fixed by #40816
Assignees
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@leehinman
Copy link
Contributor

createBeater and configure do most of the work setting up a Beat.

These functions do things that prevent using these functions to instatiate multiple beats within the same process.

This needs to be refactored so multiple Beats can be started in the same process without conflicts or overwriting registries.

@leehinman leehinman added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Aug 29, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants