Skip to content

Commit 4aa4827

Browse files
lalitbcijothomas
andauthored
Update semantic convention to v1.24.0 (#1596)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
1 parent 7cff678 commit 4aa4827

File tree

5 files changed

+1837
-1227
lines changed

5 files changed

+1837
-1227
lines changed

opentelemetry-semantic-conventions/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## vNext
44

5+
### Changed
6+
7+
- Update to [v1.24.0](https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.24.0) of the semantic conventions.
8+
[#1596](https://github.com/open-telemetry/opentelemetry-rust/pull/1596)
9+
510
## v0.14.0
611

712
### Changed

opentelemetry-semantic-conventions/scripts/generate-consts-from-spec.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55
CRATE_DIR="${SCRIPT_DIR}/../"
66

77
# freeze the spec version and generator version to make generation reproducible
8-
SPEC_VERSION=1.21.0
9-
SEMCOVGEN_VERSION=0.19.0
8+
SPEC_VERSION=1.24.0
9+
SEMCOVGEN_VERSION=0.23.0
1010

1111
cd "$CRATE_DIR"
1212

opentelemetry-semantic-conventions/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ pub mod trace;
2020

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

0 commit comments

Comments
 (0)