Add semantic conventions for container id#673
Merged
bogdandrutu merged 4 commits intoopen-telemetry:masterfrom Jun 30, 2020
Merged
Add semantic conventions for container id#673bogdandrutu merged 4 commits intoopen-telemetry:masterfrom
bogdandrutu merged 4 commits intoopen-telemetry:masterfrom
Conversation
arminru
reviewed
Jun 29, 2020
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
carlosalberto
approved these changes
Jun 30, 2020
arminru
approved these changes
Jun 30, 2020
bogdandrutu
approved these changes
Jun 30, 2020
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this pull request
Oct 31, 2024
* Add semantic conventions for container id * Update specification/resource/semantic_conventions/README.md Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> * Update specification/resource/semantic_conventions/README.md Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
schmikei
pushed a commit
to schmikei/opentelemetry-specification
that referenced
this pull request
Apr 17, 2025
* Add semantic conventions for container id * Update specification/resource/semantic_conventions/README.md Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> * Update specification/resource/semantic_conventions/README.md Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> Co-authored-by: Armin Ruech <armin.ruech@dynatrace.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.
Currently Container Attributes in Resource have only
container.nameto represent the container instance. I am proposing addingcontainer.idas a Container attribute.Refer to docker documentation Container identification, Container's
full-id,short-idandnameare equivalent in docker CLI like 'docker info '.nameis usually human readable and can be changed by command 'docker rename' during runtime.And AWS X-ray uses
container.idrepresent the container instance in ECS, addingcontainer.idin OpenTelemetry would be great helpful for X-Ray.