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
Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/v0.6.0/semantic-conventions/syntax.md)
20
+
Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/v0.7.0/semantic-conventions/syntax.md)
21
21
for how to write the YAML files for semantic conventions and what the YAML properties mean.
22
22
23
23
A schema file for VS code is configured in the `/.vscode/settings.json` of this
24
24
repository, enabling auto-completion and additional checks. Refer to
25
-
[the generator README](https://github.com/open-telemetry/build-tools/tree/v0.6.0/semantic-conventions/README.md) for what extension you need.
25
+
[the generator README](https://github.com/open-telemetry/build-tools/tree/v0.7.0/semantic-conventions/README.md) for what extension you need.
26
26
27
27
## Generating markdown
28
28
@@ -33,7 +33,7 @@ formatted Markdown tables for all semantic conventions in the specification. Run
33
33
make table-generation
34
34
```
35
35
36
-
For more information, see the [semantic convention generator](https://github.com/open-telemetry/build-tools/tree/v0.6.0/semantic-conventions)
36
+
For more information, see the [semantic convention generator](https://github.com/open-telemetry/build-tools/tree/v0.7.0/semantic-conventions)
37
37
in the OpenTelemetry build tools repository.
38
38
Using this build tool, it is also possible to generate code for use in OpenTelemetry
0 commit comments