Skip to content

Code generation fails for SEMCONV 1.19.0 #3299

@marcalff

Description

@marcalff

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions