Skip to content

Commit

Permalink
chore: update semantic convention version v1.28.0 (open-telemetry#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Oct 10, 2024
1 parent acdc400 commit f344b5b
Show file tree
Hide file tree
Showing 8 changed files with 1,376 additions and 133 deletions.
1 change: 1 addition & 0 deletions opentelemetry-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## vNext

- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179)
- Update to [v1.28.0](https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.28.0) of the semantic conventions.

## v0.26.0
Released 2024-Sep-30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
728 changes: 655 additions & 73 deletions opentelemetry-semantic-conventions/src/attribute.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opentelemetry-semantic-conventions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,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.27.0";
pub const SCHEMA_URL: &str = "https://opentelemetry.io/schemas/1.28.0";
Loading

0 comments on commit f344b5b

Please sign in to comment.