Skip to content

Commit 88a97d0

Browse files
committed
initial update
1 parent cc80ec6 commit 88a97d0

File tree

4 files changed

+1811
-1565
lines changed

4 files changed

+1811
-1565
lines 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.24.0
9-
SEMCOVGEN_VERSION=0.23.0
8+
SPEC_VERSION=1.25.0
9+
SEMCOVGEN_VERSION=0.24.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.24.0";
23+
pub const SCHEMA_URL: &str = "https://opentelemetry.io/schemas/1.25.0";

0 commit comments

Comments
 (0)