-
Notifications
You must be signed in to change notification settings - Fork 419
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 container.privileged
field
#2219
Conversation
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 once the conflicts are resolved.
Before we continue with this issue, I would like to engage @ChrsMark. This could overlap with some of the work for the OTEL initiative. I also think that using the following might be more future-proof: There is a strong chance that future product requirements could involve adding other members of the securityContext. |
Thanks @norrietaylor for the ping! I think this one should fine to be added in https://opentelemetry.io/docs/specs/otel/resource/semantic_conventions/container/ as well. I see no conflicts and looks quite straightforward. Note: What we need to revisit on ECS side is the |
f57c5f9
to
37ac2a1
Compare
…2120) * remove the less documented domain field * Update CHANGELOG.next.md Co-authored-by: Eric Beahan <[email protected]>
@@ -121,6 +121,13 @@ | |||
The number of bytes (gauge) sent out on all network interfaces by the | |||
container since the last metric collection. | |||
|
|||
- name: privileged | |||
type: bool |
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.
@Tacklebox shouldn't this be type: boolean
?
make test
?make
and committed those changes?