Skip to content

Commit

Permalink
Update semantic convention to v1.24.0 (open-telemetry#1596)
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
  • Loading branch information
lalitb and cijothomas authored Mar 5, 2024
1 parent 7cff678 commit 4aa4827
Show file tree
Hide file tree
Showing 5 changed files with 1,837 additions and 1,227 deletions.
5 changes: 5 additions & 0 deletions opentelemetry-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## vNext

### Changed

- Update to [v1.24.0](https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.24.0) of the semantic conventions.
[#1596](https://github.com/open-telemetry/opentelemetry-rust/pull/1596)

## v0.14.0

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
CRATE_DIR="${SCRIPT_DIR}/../"

# freeze the spec version and generator version to make generation reproducible
SPEC_VERSION=1.21.0
SEMCOVGEN_VERSION=0.19.0
SPEC_VERSION=1.24.0
SEMCOVGEN_VERSION=0.23.0

cd "$CRATE_DIR"

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-semantic-conventions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pub mod trace;

/// The schema URL that matches the version of the semantic conventions that
/// this crate defines.
pub const SCHEMA_URL: &str = "https://opentelemetry.io/schemas/1.21.0";
pub const SCHEMA_URL: &str = "https://opentelemetry.io/schemas/1.24.0";
Loading

0 comments on commit 4aa4827

Please sign in to comment.