-
Notifications
You must be signed in to change notification settings - Fork 166
Adding a Tags - key:value pair object to the schema #1207
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
Conversation
Signed-off-by: Rajas Panat <rajaspa@amazon.com>
Signed-off-by: Rajas Panat <rajaspa@amazon.com>
Signed-off-by: Rajas Panat <rajaspa@amazon.com>
Signed-off-by: Rajas Panat <rajaspa@amazon.com>
Signed-off-by: Rajas Panat <rajaspa@amazon.com>
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.
Nice changes, well summarized. Now we can answer the age old question from people who use K8s or the wrong cloud (😉 ) about how to use tag
.
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.
Cool LGTM, who is going to update the AWS markdown examples mapping now?
I like your enthusiasm. If you notice, all the AWS mappings are versioned, we'll update it as we release the mappings for the next stable release. |
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
Related Issue: From Oct 16th, 2024 Network Activity Call.
Currently, we have
labels
, a string array attribute that can be used to populate labels. A String array is not sufficient when labels come in the formkey:value
pairs. Therefore, adding a tag object which can allow users to populate key:value styled labels/tags in the events.Description of changes:
tag
object, addingtags
to dictionary.tag
attribute, captionedImage Tag
(was used in Image and Container) adding labels and tags to the object as alternatives and for consistency.tags
to all the objects where,labels
is currently used. And sorting the file contents.