Skip to content

Commit

Permalink
feat(semconv): update semantic conventions to 1.28.0 (#5181)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Nov 20, 2024
1 parent ef30dbc commit 4c5b116
Show file tree
Hide file tree
Showing 5 changed files with 1,189 additions and 104 deletions.
6 changes: 4 additions & 2 deletions scripts/semconv/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ROOT_DIR="${SCRIPT_DIR}/../../"

# freeze the spec version to make SpanAttributess generation reproducible
SPEC_VERSION=v1.27.0
# Get latest version by running `git tag -l --sort=version:refname | tail -1`
# ... in [email protected]:open-telemetry/semantic-conventions.git
SPEC_VERSION=v1.28.0
# ... in [email protected]:open-telemetry/weaver.git
GENERATOR_VERSION=v0.10.0

# When running on windows and your are getting references to ";C" (like Telemetry;C)
Expand Down
2 changes: 2 additions & 0 deletions semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ All notable changes to the semantic-conventions package will be documented in th

### :rocket: (Enhancement)

* feat: update semantic conventions to 1.28.0 [#5181](https://github.com/open-telemetry/opentelemetry-js/pull/5181) @trentm

### :bug: (Bug Fix)

### :books: (Refine Doc)
Expand Down
Loading

0 comments on commit 4c5b116

Please sign in to comment.