-
Notifications
You must be signed in to change notification settings - Fork 176
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
Where/how *.system and similar should be defined #670
Comments
One of the options is to add stability to individual enum members. |
I like this option, I think it provides the necessary clarity and flexibility. |
@lmolkova is this resolved now by open-telemetry/build-tools#267? |
yes, thank you and closing it. |
Currently
messaging.system
anddb.system
are defined as enums, but it creates certain issues:*.system
attribute is marked as stable, it does not mean that all of the tech-specific semconv are ready to be stabilized. E.g.kafka
can be marked as stable, butazure_servicebus
could still change.Proposal: #669
*.system
type changes from enum to string and no longer lists all members[Update]
Other attributes that share the same list of problems:
The text was updated successfully, but these errors were encountered: