Skip to content

Conversation

@dmitryax
Copy link
Member

Rename Entity API methods to align with OpenTelemetry specification terminology for attributes in entity context:

  • IDAttributes() → IdentifyingAttributes()
  • DescriptionAttributes() → DescriptiveAttributes()

This change applies the "Identifying" and "Descriptive" terms specifically to Attributes (not Entity or Entity Keys), as clarified in open-telemetry/opentelemetry-specification#4700

@dmitryax dmitryax requested a review from a team as a code owner December 10, 2025 00:11
@github-actions github-actions bot requested a review from bogdandrutu December 10, 2025 00:12
Rename Entity API methods to align with OpenTelemetry specification terminology for attributes in entity context:
  - IDAttributes() → IdentifyingAttributes()
  - DescriptionAttributes() → DescriptiveAttributes()

This change applies the "Identifying" and "Descriptive" terms specifically to Attributes (not Entity or Entity Keys), as clarified in open-telemetry/opentelemetry-specification#4700
@dmitryax dmitryax force-pushed the update-entities-doc branch from 2806ee2 to 936f73f Compare December 10, 2025 00:13
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking here is fine because it's in x... module and the API hasn't been used yet

@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.13%. Comparing base (d486444) to head (936f73f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14275      +/-   ##
==========================================
- Coverage   92.17%   92.13%   -0.04%     
==========================================
  Files         668      668              
  Lines       41492    41492              
==========================================
- Hits        38244    38230      -14     
- Misses       2215     2224       +9     
- Partials     1033     1038       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants