From 367f02e60a3a29ecf6addcf3fd74171bb445cfd9 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Mon, 7 Oct 2024 18:54:47 -0700 Subject: [PATCH] initial commit --- .../scripts/generate-consts-from-spec.sh | 2 +- .../scripts/templates/registry/rust/weaver.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opentelemetry-semantic-conventions/scripts/generate-consts-from-spec.sh b/opentelemetry-semantic-conventions/scripts/generate-consts-from-spec.sh index a1b5f5b159..9861338c5f 100755 --- a/opentelemetry-semantic-conventions/scripts/generate-consts-from-spec.sh +++ b/opentelemetry-semantic-conventions/scripts/generate-consts-from-spec.sh @@ -5,7 +5,7 @@ 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.27.0 +SPEC_VERSION=1.28.0 WEAVER_VERSION=v0.10.0 cd "$CRATE_DIR" diff --git a/opentelemetry-semantic-conventions/scripts/templates/registry/rust/weaver.yaml b/opentelemetry-semantic-conventions/scripts/templates/registry/rust/weaver.yaml index 0f81b15e57..43d484bc17 100644 --- a/opentelemetry-semantic-conventions/scripts/templates/registry/rust/weaver.yaml +++ b/opentelemetry-semantic-conventions/scripts/templates/registry/rust/weaver.yaml @@ -14,7 +14,7 @@ comment_formats: default_comment_format: rust params: - schema_url: "https://opentelemetry.io/schemas/1.27.0" + schema_url: "https://opentelemetry.io/schemas/1.28.0" exclude_root_namespace: [] excluded_attributes: ["messaging.client_id"]