-
Notifications
You must be signed in to change notification settings - Fork 974
Code generation fails for SEMCONV 1.19.0 #3299
Copy link
Copy link
Closed
Description
Using the latest spec 1.19.0 release.
Using build tools 0.17.0
Code generation for semantic conventions misses items in the generated code, leading to build breaks compared to version 1.18.0.
In particular, attributes like http.method got moved to common attributes by:
However, the code generation tool is not ready for this:
As a result, code generated with spec 1.19.0 + build tool 0.17.0 contains less constant definitions compared to 1.18.0, breaking the build because constants for http.method are missing:
This is not only blocking for 1.19.0, but will also affect every semantic convention changes done from now on, until the build tools are fixed so that code can be generated again from yaml files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels