-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/k8scluster] add k8s.container.status_last_terminated_reason resource attribute #31505
[receiver/k8scluster] add k8s.container.status_last_terminated_reason resource attribute #31505
Conversation
d8404cf
to
1d0d2d0
Compare
Thanks for review, updated based on the comment :) |
… resource attribute
1d0d2d0
to
d7d5843
Compare
@@ -192,6 +192,11 @@ resource_attributes: | |||
type: string | |||
enabled: true | |||
|
|||
k8s.container.status.last_terminated_reason: |
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'd definitely be in favor of submitting a PR to get this attribute added to the semantic conventions. I am growing more and more worried about how many resource attributes/metrics we have in our k8s receivers that arent specified.
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 agree. It shouldn't be a blocker, but we need to submit it make sure it's pushed to the sem conv as well
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.
Filed an issue for it open-telemetry/semantic-conventions#922, will see what folks will say :)
… resource attribute (open-telemetry#31505) **Description:** Add k8s.container.status.last_terminated_reason resource attribute **Link to tracking Issue:** open-telemetry#31282
Description:
Add k8s.container.status_last_terminated_reason resource attribute
Link to tracking Issue:
#31282
Testing:
Documentation: