You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With evolving semantic conventions, currently a user can only depend on a single version of the SemanticAttributes class, and that may be incompatible with the version being used by another library. Even with schema evolution, these attributes classes could be incompatible from an API perspective. Hence, we might want to change the naming scheme of the artifacts to include the version of the spec that they were generated from.
Much like we pulled the generated protobuf bindings out of this repository, so users don't need to depend on the possibly mismatched, or delayed releases, perhaps we should pull out the generated semantic convention constants into a separate repository with a different versioning scheme.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The problem(s):
Beta Was this translation helpful? Give feedback.
All reactions