Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move syntax.md to build-tools, improve semconv README. #1825

Merged
merged 3 commits into from
Jul 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix leftover link to syntax.md, removing section.
  • Loading branch information
Oberon00 committed Jul 22, 2021
commit 6de7432799810af2ceec99e7d458b0f09a8056c6
6 changes: 1 addition & 5 deletions semantic_conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ i.e.:
## Writing semantic conventions

Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions/syntax.md)
for how to write the YAML files for semantic conventions.
for how to write the YAML files for semantic conventions and what the YAML properties mean.

A schema file for VS code is configured in the `/.vscode/settings.json` of this
repository, enabling auto-completion and additional checks. Refer to
Expand All @@ -39,7 +39,3 @@ See also:

* [Markdown Tables](https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions#markdown-tables)
* [Code Generator](https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions#code-generator)

## Description of the model

The fields and their expected values are presented in [syntax.md](./syntax.md).