Add EntityRef and use it in Resource.#635
Merged
jsuereth merged 5 commits intoopen-telemetry:mainfrom Mar 28, 2025
Merged
Conversation
dmitryax
approved these changes
Mar 6, 2025
dyladan
approved these changes
Mar 13, 2025
Kielek
reviewed
Mar 17, 2025
smith
approved these changes
Mar 17, 2025
Contributor
smith
left a comment
There was a problem hiding this comment.
Looks good; just a few suggestions for comment changes.
jack-berg
reviewed
Mar 17, 2025
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
carlosalberto
approved these changes
Mar 24, 2025
bogdandrutu
approved these changes
Mar 26, 2025
jack-berg
approved these changes
Mar 27, 2025
Kielek
approved these changes
Mar 27, 2025
jsuereth
added a commit
to open-telemetry/opentelemetry-specification
that referenced
this pull request
Apr 10, 2025
Adds an initial cut at the Entity DataModel specification from OTEP 256. ## Changes - Adds information to Resource readme. - Creates an initial Resource DataModel with content from Entities SIG discussions on purpose and usage or Resource. - Creates an `entities` diretory for storing Entities DataModel. See open-telemetry/opentelemetry-proto#635 for related protocol change. Prototypes: - java: open-telemetry/opentelemetry-java#6855 - collector: open-telemetry/opentelemetry-collector#11958 - go: open-telemetry/opentelemetry-go#5918 --------- Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Nathan L Smith <nathan.smith@elastic.co> Co-authored-by: Christophe Kamphaus <christophe.kamphaus@gmail.com>
6 tasks
4 tasks
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jun 24, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jun 24, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jun 24, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jun 27, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jun 27, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jun 30, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jul 1, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this pull request
Jul 2, 2025
Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. This required moving CopyTo implementation to the internal package for the structures that are used by other packages
github-merge-queue Bot
pushed a commit
to open-telemetry/opentelemetry-collector
that referenced
this pull request
Jul 2, 2025
…13264) Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. The API is separated into the experimental xpdata module since the new entity related protobuf definitions are in development This is the first step towards adopting Entities in Collector which was drafted in #11958
github-merge-queue Bot
pushed a commit
to open-telemetry/opentelemetry-collector
that referenced
this pull request
Jul 2, 2025
…13264) Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. The API is separated into the experimental xpdata module since the new entity related protobuf definitions are in development This is the first step towards adopting Entities in Collector which was drafted in #11958
1 task
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.
As per OTEP 264 - This is the proposal for representing "Entity" in OTLP.
EntityRefmessage where an Entity is an object of interest in observability.host,k8s.pod,service).entity_refsfield toResourcethat allows distinguishing which key-value pairs inResourcecome from which reportedEntity.Please read the OTEP for details and rationale behind this protocol design. High level this meant to be:
Prototypes using this protocol