We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
👋 I'm working on k8s cluster receiver on the collector-contrib repo and we would like to propose adding os.kernel.version as resource attribute.
Currently Kubernetes exposes this in Node status field. Additionally, it can be found on Linux using uname -r , and windows seems to also have notion of kernel version. Reference: https://superuser.com/questions/296020/windows-kernel-name-version
uname -r
Related: open-telemetry/opentelemetry-collector-contrib#30641 (comment)
Draft PR: #655
Also related: open-telemetry/opentelemetry-collector-contrib#30342
The text was updated successfully, but these errors were encountered:
Duplicate (or rather, a part of) #66?
Sorry, something went wrong.
closing as duplicate
AlexanderWert
Successfully merging a pull request may close this issue.
👋 I'm working on k8s cluster receiver on the collector-contrib repo and we would like to propose adding os.kernel.version as resource attribute.
Currently Kubernetes exposes this in Node status field. Additionally, it can be found on Linux using
uname -r
, and windows seems to also have notion of kernel version. Reference: https://superuser.com/questions/296020/windows-kernel-name-versionRelated: open-telemetry/opentelemetry-collector-contrib#30641 (comment)
Draft PR: #655
Also related: open-telemetry/opentelemetry-collector-contrib#30342
The text was updated successfully, but these errors were encountered: