-
Notifications
You must be signed in to change notification settings - Fork 476
Expose add_resource_metadata for container and pods resources #2370
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
Expose add_resource_metadata for container and pods resources #2370
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@tetianakravchenko why did you add the |
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
0b4aafc
to
a5086e8
Compare
@MichaelKatsoulis |
@@ -39,5 +39,18 @@ streams: | |||
required: true | |||
show_user: true | |||
default: none | |||
- name: add_resource_metadata_config | |||
type: yaml | |||
title: Add additionally node and namespace metadata |
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.
I don't think the word additionally
is needed here because we already have the word add
but I am not sure
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: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko tetiana.kravchenko@elastic.co
What does this PR do?
Add possibility to configure
add_recourse_metadata
for pod and container resources.Checklist
changelog.yml
file.How to test this PR locally
Related issues
Screenshots