-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat(otel): add integrations components #5608
feat(otel): add integrations components #5608
Conversation
This pull request does not have a backport label. Could you fix it @andrzej-stencel? 🙏
|
|
This pull request does not have a backport label. Could you fix it @andrzej-stencel? 🙏
|
|
Quality Gate passedIssues Measures |
This pull request is now in conflicts. Could you fix it? 🙏
|
This is a "proof of concept" draft pull request, not to be merged.
It adds the following OTel Collector components, as implemented in elastic/opentelemetry-collector-components#96:
config_integrations
extensionfile_integrations
extensionintegration
receiverintegration
processorI was able to build the agent binary using the command:
go build .
After that, I ran the agent in OTel mode with the following command:
./elastic-agent otel --config config.yaml
with the following
config.yaml
file: