Skip to content

Commit

Permalink
Fix Semantic Convention Schema URL definition for 1.5.0 and 1.6.1 (op…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored and Nicholaswang committed Jun 7, 2022
1 parent c8b7a48 commit de8158b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -68,6 +68,7 @@
### 🧰 Bug fixes 🧰

- The `featuregates` were not configured from the "--feature-gates" flag on windows service (#5060)
- Fix Semantic Convention Schema URL definition for 1.5.0 and 1.6.1 versions (#5103)

## v0.47.0 Beta

Expand Down
2 changes: 1 addition & 1 deletion model/semconv/v1.5.0/schema.go
Expand Up @@ -17,4 +17,4 @@ package semconv // import "go.opentelemetry.io/collector/model/semconv/v1.5.0"
// SchemaURL is the schema URL that matches the version of the semantic conventions
// that this package defines. Conventions packages starting from v1.4.0 must declare
// non-empty schema URL in the form https://opentelemetry.io/schemas/<version>
const SchemaURL = "https://opentelemetry.io/schemas/v1.5.0"
const SchemaURL = "https://opentelemetry.io/schemas/1.5.0"
2 changes: 1 addition & 1 deletion model/semconv/v1.6.1/schema.go
Expand Up @@ -17,4 +17,4 @@ package semconv // import "go.opentelemetry.io/collector/model/semconv/v1.6.1"
// SchemaURL is the schema URL that matches the version of the semantic conventions
// that this package defines. Conventions packages starting from v1.4.0 must declare
// non-empty schema URL in the form https://opentelemetry.io/schemas/<version>
const SchemaURL = "https://opentelemetry.io/schemas/v1.6.1"
const SchemaURL = "https://opentelemetry.io/schemas/1.6.1"

0 comments on commit de8158b

Please sign in to comment.