-
Notifications
You must be signed in to change notification settings - Fork 155
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
Make k8sattributesprocessor
available in Agent running in OTel mode
#4893
Make k8sattributesprocessor
available in Agent running in OTel mode
#4893
Conversation
This pull request does not have a backport label. Could you fix it @ChrsMark? 🙏
NOTE: |
fa14718
to
f6dc899
Compare
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Signed-off-by: ChrsMark <[email protected]>
f6dc899
to
920a942
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: ChrsMark <[email protected]> Co-authored-by: Michal Pristas <[email protected]> (cherry picked from commit 2e09c33) # Conflicts: # go.mod # go.sum # internal/pkg/otel/README.md # internal/pkg/otel/components.go
…nt running in OTel mode (#4981)
What does this PR do?
This PR makes the
k8sattributesprocessor
available to users running Elastic Agent inotel
mode.Why is it important?
To allow users of Elastic Agent running as as OpenTelemetry Collector to configure pipelines containing the
k8sattributesprocessor
.Checklist
./changelog/fragments
using the changelog toolHow to test this PR locally
DEV=true EXTERNAL=true SNAPSHOT=true PLATFORMS=linux/amd64 PACKAGES=docker mage -v package
cd build/package/elastic-agent/elastic-agent-linux-amd64.docker/docker-build && docker build -t agent-otel-dev .
kind load docker-image agent-otel-dev:latest
k apply -f elastic-otel-collector.yaml