File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ requirements and recommendations.
18
18
- [ Prerequisites] ( #prerequisites )
19
19
- [ 1. Modify the YAML model] ( #1-modify-the-yaml-model )
20
20
- [ Code structure] ( #code-structure )
21
- - [ Schema files] ( #schema-files )
22
21
- [ 2. Update the markdown files] ( #2-update-the-markdown-files )
23
22
- [ Hugo frontmatter] ( #hugo-frontmatter )
24
23
- [ 3. Check new convention] ( #3-check-new-convention )
@@ -36,6 +35,7 @@ requirements and recommendations.
36
35
- [ Update the tables of content] ( #update-the-tables-of-content )
37
36
- [ Markdown link check] ( #markdown-link-check )
38
37
- [ Yamllint check] ( #yamllint-check )
38
+ - [ Schema files] ( #schema-files )
39
39
- [ Merging existing ECS conventions] ( #merging-existing-ecs-conventions )
40
40
41
41
<!-- tocstop -->
@@ -418,7 +418,7 @@ If it is the first time to run this command, install `yamllint` first:
418
418
make install-yamllint
419
419
```
420
420
421
- #### Schema files
421
+ ## Schema files
422
422
423
423
> [ !WARNING]
424
424
>
@@ -435,7 +435,6 @@ make generate-schema-next NEXT_SEMCONV_VERSION=1.35.0
435
435
For details, please read
436
436
[ the schema specification] ( https://opentelemetry.io/docs/specs/otel/schemas/ ) .
437
437
438
-
439
438
## Merging existing ECS conventions
440
439
441
440
The Elastic Common Schema (ECS) is being merged into OpenTelemetry Semantic
You can’t perform that action at this time.
0 commit comments