File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
"MD040" : false ,
11
11
},
12
12
"yaml.schemas" : {
13
- "https://raw.githubusercontent.com/open-telemetry/build-tools/v0.12.1 /semantic-conventions/semconv.schema.json" : [
13
+ "https://raw.githubusercontent.com/open-telemetry/build-tools/v0.14.0 /semantic-conventions/semconv.schema.json" : [
14
14
" semantic_conventions/**/*.yaml"
15
15
]
16
16
},
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ MISSPELL = $(TOOLS_DIR)/$(MISSPELL_BINARY)
8
8
9
9
# see https://github.com/open-telemetry/build-tools/releases for semconvgen updates
10
10
# Keep links in semantic_conventions/README.md and .vscode/settings.json in sync!
11
- SEMCONVGEN_VERSION =0.12.1
11
+ SEMCONVGEN_VERSION =0.14.0
12
12
13
13
# TODO: add `yamllint` step to `all` after making sure it works on Mac.
14
14
.PHONY : all
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ i.e.:
17
17
Semantic conventions for the spec MUST adhere to the
18
18
[ attribute naming] ( ../specification/common/attribute-naming.md ) and [ requirement level] ( ../specification/common/attribute-requirement-level.md ) conventions.
19
19
20
- Refer to the [ syntax] ( https://github.com/open-telemetry/build-tools/tree/v0.12.1 /semantic-conventions/syntax.md )
20
+ Refer to the [ syntax] ( https://github.com/open-telemetry/build-tools/tree/v0.14.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.12.1 /semantic-conventions/README.md ) for what extension you need.
25
+ [ the generator README] ( https://github.com/open-telemetry/build-tools/tree/v0.14.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.12.1 /semantic-conventions )
36
+ For more information, see the [ semantic convention generator] ( https://github.com/open-telemetry/build-tools/tree/v0.14.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
39
39
language projects.
You can’t perform that action at this time.
0 commit comments