Skip to content

Commit

Permalink
Update text/entities/0264-resource-and-entities.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tigran Najaryan <[email protected]>
  • Loading branch information
jsuereth and tigrannajaryan authored Aug 14, 2024
1 parent 090b817 commit 3eb9339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/entities/0264-resource-and-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The list of detectors is given in priority order (first wins, in event of a tie,

Given our desired design and algorithms for detecting, merging and manipulating Entities, we need the ability to denote how entity and resource relate. These changes must not break existing usage of Resource, therefore:

- The Entity model must be *layered on top of* the Resource model. A system does not need to ineract with entities for correct behavior.
- The Entity model must be *layered on top of* the Resource model. A system does not need to interact with entities for correct behavior.
- Existing key usage of Resource must remain when using Entities, specifically navigationality (see: [OpenTelemetry Resources: Principles and Characteristics](https://docs.google.com/document/d/1Xd1JP7eNhRpdz1RIBLeA1_4UYPRJaouloAYqldCeNSc/edit))
- Downstream components should be able to engage with the Entity model in Resource.

Expand Down

0 comments on commit 3eb9339

Please sign in to comment.