Skip to content

Commit

Permalink
Update to semconv 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Oct 12, 2023
1 parent 520c5ef commit a58db82
Show file tree
Hide file tree
Showing 3 changed files with 1,604 additions and 1,131 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val snapshot = true
// end

// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
var semanticConventionsVersion = "1.21.0"
var semanticConventionsVersion = "1.22.0"

// Compute the artifact version, which includes the "-alpha" suffix and includes "-SNAPSHOT" suffix if not releasing
// Release example: version=1.21.0-alpha
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies {
}

// start - define tasks to download, unzip, and generate from opentelemetry/semantic-conventions
var generatorVersion = "0.18.0"
var generatorVersion = "0.22.0"
val semanticConventionsRepoZip = "https://github.com/open-telemetry/semantic-conventions/archive/v$semanticConventionsVersion.zip"
val schemaUrl = "https://opentelemetry.io/schemas/$semanticConventionsVersion"

Expand Down
Loading

0 comments on commit a58db82

Please # to comment.