You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/non-normative/code-generation.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,10 @@ This section contains suggestions on how to structure semantic convention artifa
86
86
This section describes how to do code-generation with weaver.
87
87
88
88
> [!IMPORTANT]
89
-
> We're transitioning from [build-tools](https://github.com/open-telemetry/build-tools/blob/main/semantic-conventions/README.md#code-generator)
89
+
> We're transitioning away from [build-tools](https://github.com/open-telemetry/build-tools/blob/main/semantic-conventions/README.md#code-generator)
90
90
> to [opentelemetry-weaver](https://github.com/open-telemetry/weaver/blob/main/crates/weaver_forge/README.md) to generate code for semantic conventions.
91
91
> All new code-generation should be done using weaver, build-tools may become incompatible with future version of semantic conventions.
92
+
> Weaver supports Semantic Conventions version starting from [1.26.0](https://github.com/open-telemetry/semantic-conventions/tree/v1.26.0).
92
93
93
94
Code-generation is based on YAML definitions in the specific version of semantic conventions.
94
95
Usually, it involves several steps where some can be semi-automated:
@@ -182,12 +183,11 @@ Notable changes on helper methods:
0 commit comments