Adds k8s.pod.ip, k8s.pod.hostname, k8s.pod.start_time attributes#3172
Merged
lmolkova merged 2 commits intoopen-telemetry:mainfrom Dec 6, 2025
Merged
Adds k8s.pod.ip, k8s.pod.hostname, k8s.pod.start_time attributes#3172lmolkova merged 2 commits intoopen-telemetry:mainfrom
lmolkova merged 2 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: ChrsMark <[email protected]>
dashpole
approved these changes
Dec 4, 2025
TylerHelmuth
approved these changes
Dec 4, 2025
lmolkova
reviewed
Dec 4, 2025
Member
lmolkova
left a comment
There was a problem hiding this comment.
Looks good, just one comment on timestamp format
mx-psi
approved these changes
Dec 5, 2025
Signed-off-by: ChrsMark <[email protected]>
lmolkova
approved these changes
Dec 6, 2025
Cirilla-zmh
pushed a commit
to Cirilla-zmh/semantic-conventions
that referenced
this pull request
Feb 3, 2026
…n-telemetry#3172) Signed-off-by: ChrsMark <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3171
Related to #3120 and open-telemetry/opentelemetry-collector-contrib#44483
Changes
This PR adds k8s.pod.ip, k8s.pod.hostname, k8s.pod.start_time attributes.
These attributes are in use by the Collector and specifically the
k8sattributesprocessor for quite some time now: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/b21d021babdc94d091da3c2393aeb0638e5349ec/processor/k8sattributesprocessor/internal/kube/client.go#L786-L811The Collector SIG is working towards stabilising this component and it would be beneficial to have the attributes that it populates defined as Semantic Conventions.
Important
Pull requests acceptance are subject to the triage process as described in Issue and PR Triage Management.
PRs that do not follow the guidance above, may be automatically rejected and closed.
Merge requirement checklist
[chore]