File tree Expand file tree Collapse file tree 5 files changed +1837
-1227
lines changed
opentelemetry-semantic-conventions Expand file tree Collapse file tree 5 files changed +1837
-1227
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## vNext
4
4
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
+
5
10
## v0.14.0
6
11
7
12
### Changed
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
5
CRATE_DIR=" ${SCRIPT_DIR} /../"
6
6
7
7
# 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
10
10
11
11
cd " $CRATE_DIR "
12
12
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ pub mod trace;
20
20
21
21
/// The schema URL that matches the version of the semantic conventions that
22
22
/// 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" ;
You can’t perform that action at this time.
0 commit comments