Skip to content

Create Entities Registry and policies for stability #2278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented May 16, 2025

Adds support for Entity registry and Entity stabilization policies.

  • Creates an Entity Registry, which documents all entities configured across the model/ directory.
  • Adds policies to ensure identifying and descriptive roles MUST be provided before stabilizing an entity
  • Applies role field to stable entity groups today (service and telemetry.sdk)

Replaces #2146

@jsuereth jsuereth changed the title First cut at entities registry. [DO NOT MERGE] Demo entities registry + entity features May 19, 2025
@github-actions github-actions bot added enhancement New feature or request area:service labels Jun 5, 2025
@jsuereth jsuereth force-pushed the wip-entity-registry branch from 74fb050 to fb9049d Compare June 5, 2025 18:55
@jsuereth jsuereth changed the title [DO NOT MERGE] Demo entities registry + entity features Create Entities Registry and policies for stability Jun 5, 2025
@jsuereth jsuereth marked this pull request as ready for review June 5, 2025 19:13
@jsuereth jsuereth requested review from a team as code owners June 5, 2025 19:13
@jsuereth jsuereth requested a review from a team as a code owner June 5, 2025 19:42
<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/entity_namespace.md.j2 -->

# Android
Copy link
Contributor

Choose a reason for hiding this comment

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

should we remove convent of https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/android.md ? and redirect it to the new page? (and other resource definitions)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would like to, actually.

However - there is some content in markdown that can't be moved to YAML just yet, so I didn't pull the trigger.

If you want, I can open a tracking ticket for that and we can discuss how to get from A->B, but I don't think I can make that happen in this PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

makes sense, yes, please create an issue

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done! #2327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:service enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants