-
Notifications
You must be signed in to change notification settings - Fork 148
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
Added k8s components to otel distribution #4908
Added k8s components to otel distribution #4908
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Could we add this receiver to the test configuration file too, as mentioned in the Definition of Done in #4902? |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
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.
Can tests be added to cover that they exists? That way we can ensure a tests catches if they are accidentally removed?
@michalpristas @ycombinator @andrzej-stencel Let's make sure to include those as well (either in this PR or a follow up) |
|
added |
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. I'm fine with adding the tests in follow-up PR(s).
@ishleenk17 @AlexanderWert will we need the |
Yes, this is needed for getting all the metadata. |
|
This pull request is now in conflicts. Could you fix it? 🙏
|
…ic-agent into otel/added-k8s-comps
Quality Gate passedIssues Measures |
(cherry picked from commit 6b78791) # Conflicts: # NOTICE.txt # go.mod # go.sum # internal/pkg/agent/cmd/common.go # internal/pkg/otel/README.md # internal/pkg/otel/components.go # internal/pkg/otel/run_test.go # internal/pkg/otel/testdata/all-components.yml
* Added k8s components to otel distribution (#4908) (cherry picked from commit 6b78791) # Conflicts: # NOTICE.txt # go.mod # go.sum # internal/pkg/agent/cmd/common.go # internal/pkg/otel/README.md # internal/pkg/otel/components.go # internal/pkg/otel/run_test.go # internal/pkg/otel/testdata/all-components.yml * conflicts * resolved conflict with 8.14 branch * remove 8.15 commands * missing file --------- Co-authored-by: Michal Pristas <[email protected]> Co-authored-by: Andrzej Stencel <[email protected]>
Added Extensions
file_storage
Added Receivers
kubeletstats
k8sclusterreceiver
hostmetricsreceiver
Added Processors
-resourcedetectionprocessor
Fixes: #4723Fixes: #4902
Fixes: #4724
cc @ChrsMark @AlexanderWert