Skip to content

Commit d8bc6b2

Browse files
authored
feat(semconv): update semantic conventions to 1.28.0 (open-telemetry#5181)
1 parent ef30dbc commit d8bc6b2

File tree

5 files changed

+1189
-104
lines changed

5 files changed

+1189
-104
lines changed

scripts/semconv/generate.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ set -e
55
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66
ROOT_DIR="${SCRIPT_DIR}/../../"
77

8-
# freeze the spec version to make SpanAttributess generation reproducible
9-
SPEC_VERSION=v1.27.0
8+
# Get latest version by running `git tag -l --sort=version:refname | tail -1`
9+
# ... in git@github.com:open-telemetry/semantic-conventions.git
10+
SPEC_VERSION=v1.28.0
11+
# ... in git@github.com:open-telemetry/weaver.git
1012
GENERATOR_VERSION=v0.10.0
1113

1214
# When running on windows and your are getting references to ";C" (like Telemetry;C)

semantic-conventions/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All notable changes to the semantic-conventions package will be documented in th
99

1010
### :rocket: (Enhancement)
1111

12+
* feat: update semantic conventions to 1.28.0 [#5181](https://github.com/open-telemetry/opentelemetry-js/pull/5181) @trentm
13+
1214
### :bug: (Bug Fix)
1315

1416
### :books: (Refine Doc)

0 commit comments

Comments
 (0)