-
Notifications
You must be signed in to change notification settings - Fork 174
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
Keep renamed/removed experimental attributes as deprecated #550
Comments
My preference would be on Option 2 since we need to build validation tooling anyway, so why not automate the whole process. |
@lmolkova For HTTP we have (at least for some of them) the deprecated attributes listed in a separate section in the registry: https://opentelemetry.io/docs/specs/semconv/attributes-registry/http/#deprecated-http-attributes I like to have this documented not only in yaml files (and codegen) but also in the docs. So how about adopting the same for all attributes that are being removed / renamed / deprecated? |
@AlexanderWert we've been inconsistent with marking them as deprecated. I agree that having them preserved in the spec (at least for a certain period of time) is great. |
closing in favor of #740 |
When renaming/removing an attribute, we need to preserve the old name in the yaml.
Currently it disappears, meaning that:
Options:
The text was updated successfully, but these errors were encountered: