-
Notifications
You must be signed in to change notification settings - Fork 183
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
Disambiguate attribute deprecation #582
Comments
Proposal:
|
This was referenced Dec 5, 2023
+1 on your proposal, sounds like the ideal solution to me cc @open-telemetry/build-tools-approvers |
reopening since open-telemetry/build-tools#244 is not merged |
I merged open-telemetry/build-tools#244 now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are currently two ways to deprecate at attribute:
deprecated: description
propertyThe first approach is problematic: once attribute is deprecated it's no longer possible to know what was the stability at deprecation time.
It's problematic for code generation:
Related to #551
The text was updated successfully, but these errors were encountered: