k8s: Add service.instance.id to k8s attributes#11844
Merged
osullivandonal merged 5 commits intoelastic:mainfrom Dec 16, 2025
Merged
k8s: Add service.instance.id to k8s attributes#11844osullivandonal merged 5 commits intoelastic:mainfrom
service.instance.id to k8s attributes#11844osullivandonal merged 5 commits intoelastic:mainfrom
Conversation
managed_otlp kube-stack
Contributor
|
This pull request does not have a backport label. Could you fix it @osullivandonal? 🙏
|
dmathieu
previously approved these changes
Dec 16, 2025
florianl
previously approved these changes
Dec 16, 2025
ChrsMark
previously approved these changes
Dec 16, 2025
b132855
…e-id-to-k8s-attributes
dmathieu
approved these changes
Dec 16, 2025
…e-id-to-k8s-attributes
florianl
approved these changes
Dec 16, 2025
Contributor
|
@Mergifyio backport 9.1 9.2 9.3 |
Contributor
❌ No backport have been createdDetails
GitHub error: |
mergify bot
pushed a commit
that referenced
this pull request
Dec 16, 2025
* Add service.instance.id to the EDOT collector and daemoncollector for kube-stack * Add service.instance.id to the EDOT collector and daemoncollector for managed_otlp kube-stack * Add a changelog for adding service.instance.id to the k8s attributes (cherry picked from commit 1d0d9da) # Conflicts: # deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml
8 tasks
Contributor
💛 Build succeeded, but was flaky
Failed CI Steps
History
|
mergify bot
pushed a commit
that referenced
this pull request
Dec 16, 2025
* Add service.instance.id to the EDOT collector and daemoncollector for kube-stack * Add service.instance.id to the EDOT collector and daemoncollector for managed_otlp kube-stack * Add a changelog for adding service.instance.id to the k8s attributes (cherry picked from commit 1d0d9da)
8 tasks
osullivandonal
added a commit
that referenced
this pull request
Dec 17, 2025
…tes (#11851) * k8s: Add `service.instance.id` to k8s attributes (#11844) * Add service.instance.id to the EDOT collector and daemoncollector for kube-stack * Add service.instance.id to the EDOT collector and daemoncollector for managed_otlp kube-stack * Add a changelog for adding service.instance.id to the k8s attributes (cherry picked from commit 1d0d9da) # Conflicts: # deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml * Resolve conflicts with 9.1 for managed_otlp, as k8sattribues does not contain service.name or service.version, service.instance.id shouldn't be added. * Resolve other conflicts in managed_otlp The managed_otlp file doesn't contain service.name, service.version, so we shouldn't add service.instance.id to it --------- Co-authored-by: Dónal O'Sullivan <92297851+osullivandonal@users.noreply.github.com> Co-authored-by: Dónal O'Sullivan <donal.osullivan@elastic.co>
osullivandonal
added a commit
that referenced
this pull request
Dec 17, 2025
* Add service.instance.id to the EDOT collector and daemoncollector for kube-stack * Add service.instance.id to the EDOT collector and daemoncollector for managed_otlp kube-stack * Add a changelog for adding service.instance.id to the k8s attributes (cherry picked from commit 1d0d9da) Co-authored-by: Dónal O'Sullivan <92297851+osullivandonal@users.noreply.github.com>
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.
What does this PR do?
This PR adds
service.instance.idto the k8s attributes.Why is it important?
These changes will allow some apps in Kibana to correlate otel signals.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
This solves this issue -> #11598
Questions to ask yourself