Commit Graph

16 Commits

Author SHA1 Message Date
Trent Mick 41ba7f57cb
feat(semantic-conventions): improve the jsdoc comment on exported constants for enum values (#5784) 2025-07-10 08:01:07 +00:00
Trent Mick 019cb2c149
feat(semantic-conventions): update semantic conventions to v1.34.0 (#5703) 2025-05-21 17:41:15 +00:00
Trent Mick 1c8ec3b291
fix(semantic-conventions): Remove the subset of `DB_SYSTEM_NAME_VALUE_*` exports that are unstable from the `@opentelemetry/semantic-conventions` entry point. (#5690) 2025-05-20 15:59:50 +00:00
Trent Mick 072d8a8b2b
refactor(semantic-conventions): use weaver 'file_name' template config (#5689) 2025-05-15 21:39:24 +00:00
Trent Mick 04545fa4ab
refactor(semantic-conventions): tweak the leading spacing of comments on enum values (#5688) 2025-05-15 18:34:37 +00:00
Trent Mick baec0a3e65
refactor(semantic-conventions): weaver 0.13.0 supports a 'stable_only' arg to semconv_attributes (#5687) 2025-05-15 18:12:12 +00:00
Trent Mick 58468728e8
feat(semantic-conventions): update semantic conventions to v1.31.0 (#5589) 2025-04-09 19:33:18 +00:00
Trent Mick 2d4e1cac7c
feat(semantic-conventions): update semantic conventions to v1.29.0 (#5356)
Co-authored-by: Jamie Danielson <jamiedanielson@honeycomb.io>
2025-02-06 01:14:00 +00:00
Trent Mick 4b5c21cede
chore(semantic-conventions): bump weaver; use comment filter rather than deprecated comment_with_prefix (#5100) 2024-11-08 20:25:06 +00:00
Daniel Dyla 01cea7caeb
Use weaver to generate latest semconv 1.27 (#4690)
Co-authored-by: Trent Mick <trentm@gmail.com>
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
2024-08-07 12:45:34 +00:00
Jamie King 1b4999f386
docs: spelling corrections (#4530)
* docs: spelling corrections

* chore: feedback on spelling changes
2024-03-11 10:18:41 +01:00
Nev 5637e2a91c
chore: Semantic Conventions export individual strings (#4298)
* 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>
2024-02-23 13:00:58 +01:00
echoontheway 043067fa3a
feat(@opentelemetry/semantic-conventions): change enum to object literals (#2532)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-10-17 18:09:02 +02:00
Weyert de Boer a3b7738701
feat(semantic-conventions): upgrade semantic conventions to version 1… (#2268)
* 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>
2021-06-12 10:31:50 +02:00
Weyert de Boer 09c2aa757f
feat: upgrade semantic conventions to v1.2.0 of spec (#2115)
* 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>
2021-04-19 12:56:03 -04:00
Weyert de Boer 031b0f4286
feat: add semconv generator for `semantic-conventions`-package (#2083)
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
2021-04-10 11:29:11 +02:00