* chore: Semantic Conventions export individual strings
* Reduce to just emit full strings and add size-limit test output to review the results
* Update generation to use createConstMap for enums where possible
* Move changelog back to Unreleased -- merge shifted it
---------
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Regenerated the `@opentelemetry-js/semantic-conventions`-package to use
the latest definitions from the Opentelemetry specification
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
* feat(semantic-conventions): upgrade semantic conventions to version 1.4.0 spec
Ran the generator to generate the semantic and resource atributes based
on the v1.4.0 opentelemetry specification.
* fix: ensure the string as single quoted
* style: convert double to single quote
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
* feat: upgrade semantic conventions to v1.2.0 of spec
Updated the generated semantic convention attributes to the one defined
in v1.2.0 of the Opentelemetry specification.
Changed `generate.sh` to ensure it uses v1.2.0 of the spec
* fix: improve the semconv template to better handled referenced attributes
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>