-
Notifications
You must be signed in to change notification settings - Fork 835
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
Update semantic constants generator template #3042
Comments
This can be done the next time the spec gets released and we re-gen the semconv module code. 👍 |
Pending on the fix open-telemetry/build-tools#36 to be merged and released as |
Another update that will be necessary: Replace the |
The template was updated to reflect the changes introduced in otel/semconvgen v0.3.0 and v0.3.1. The script was updated to pin the version of the otel/semconvgen image, otherwise incompatible updates would break it. Fixes open-telemetry#3042.
Done in adcf6ef. |
…pec reference The template was updated to reflect the changes introduced in otel/semconvgen v0.3.0 and v0.3.1. The script was updated to pin the version of the otel/semconvgen image, otherwise incompatible updates would break it. Fixes open-telemetry#3042.
…3047) * Update semantic convention constants generator script, template and spec reference The template was updated to reflect the changes introduced in otel/semconvgen v0.3.0 and v0.3.1. The script was updated to pin the version of the otel/semconvgen image, otherwise incompatible updates would break it. Fixes #3042. * ./generate.sh * Update template according to open-telemetry/build-tools#41 * ./generate.sh The template was updated to use the correct base definitions, so the Javadoc for some attributes changed (the ones for `rpc.*`, for example). This also changed the ordering but it is still reproducible.
The template for generating constants for semantic conventions needs to be updated to work with the latest version of the YAML format and generator tool (https://github.com/open-telemetry/build-tools/releases/tag/v0.3.0) in order to update the spec reference to the next release (after open-telemetry/opentelemetry-specification#1550).
The text was updated successfully, but these errors were encountered: