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>
* style(opentelemetry-js): .gitattribute and tsconfig changes for EOL normalization
* fix(opentelemetry-js): moved 'newLine': 'LF' into tsconfig.base instead of individual
* fix(opentelemetry-js): changed version script to use LF instead of OS.EOL
* fix(opentelemetry-js): simplified version script
On windows (with git config core.autocrlf=true as recommended for cross os projects)
the version-update script created unix files (LF only). This caused that git sees a
lot modified files after bootstrap.
Use os.EOL to ensure line endings match the os used.
* chore: add version script to all packages
* chore: remove hard coded version string
* chore: move version update script to root
* chore: add version:update to package.json
Co-authored-by: Mayur Kale <mayurkale@google.com>