Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Aug 8, 2024
1 parent 636a64a commit 85e820d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Please update the changelog as part of any significant pull request.

## Unreleased

- Update json-schema version, remove properties that are not used anymore.
([#344](https://github.com/open-telemetry/build-tools/pull/344))

## 0.25.0

- Added display_name as an allowed property on semconv attribute groups
Expand Down
4 changes: 3 additions & 1 deletion semantic-conventions/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ All attributes are lower case.
groups ::= semconv
| semconv groups
semconv ::= id [convtype] brief [note] [extends] stability [deprecated] attributes [specificfields]
semconv ::= id [convtype] brief [note] [extends] stability [deprecated] [display_name] attributes [specificfields]
id ::= string
Expand All @@ -60,6 +60,8 @@ stability ::= "experimental"
deprecated ::= <description>
display_name ::= string
attributes ::= (id type brief examples | ref [brief] [examples]) [tag] stability [deprecated] [required] [sampling_relevant] [note]
# ref MUST point to an existing attribute id
Expand Down

0 comments on commit 85e820d

Please sign in to comment.