-
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
kubeletstatsreceiver: migrate to latest semconv version #35273
kubeletstatsreceiver: migrate to latest semconv version #35273
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.
Sharing the same concern with #35238.
Such an upgrade of SemConv's version might be risky.
In addition we might need to think if we should target this upgrade now or postpone for when the K8s semantic conventions are stable (there is some work planned for this, starting soon).
In any case if we are to apply this upgrade now it would be nice to verify which SemConv attributes this receiver uses and ensure that they are not changed from one version to the other.
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.
Upgrading semconv is risky. Please confirm that no metrics or attributes emitted by this component change bc of this upgrade.
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.
My search through this receiver was that only container.id
is used from the conventions package, and it hasn't changed between the two versions
Thank's @codeboten! I can confirm it's only used at opentelemetry-collector-contrib/receiver/kubeletstatsreceiver/internal/kubelet/metadata.go Line 24 in e42da8b
@TylerHelmuth wdyt? |
…ry#35273) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
…ry#35273) Description: The version of semconv is upgraded from v1.6.1 to v1.27.0 Link to tracking Issue: open-telemetry#22095 Testing: Tests passed
Description: The version of semconv is upgraded from v1.6.1 to v1.27.0
Link to tracking Issue: #22095
Testing: Tests passed