-
Notifications
You must be signed in to change notification settings - Fork 240
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
base: main
Are you sure you want to change the base?
Conversation
…ty of generation.
74fb050
to
fb9049d
Compare
<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. --> | ||
<!-- see templates/registry/markdown/entity_namespace.md.j2 --> | ||
|
||
# Android |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! #2327
Adds support for Entity registry and Entity stabilization policies.
model/
directory.identifying
anddescriptive
roles MUST be provided before stabilizing an entityrole
field to stable entity groups today (service
andtelemetry.sdk
)Replaces #2146