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: David Ashpole <dashpole@google.com>
  • Loading branch information
jsuereth and dashpole committed Sep 20, 2024
1 parent 67f9389 commit 48b9517
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 @@ -230,7 +230,7 @@ OpenTelemetry resource identity will be modified as follows:
- When `entities` is empty on resource, then its identity is the collection
of all `attributes` (both key and values).
- When `entities` is non-empty on resource, then its identity is the collection
of all `attributes` where the key is found in `entities.identify_attribute_keys`.
of all `attributes` where the key is not found in `entities.descriptive_attributes_keys`.

When grouping or mixing OTLP data, you can detect if two resources are the same
using its identity and merge descriptive attributes (if applicable) using the
Expand Down

0 comments on commit 48b9517

Please sign in to comment.