diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a570ed6..806795bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http ### Fixed - Parse Go versions that contain `GOEXPERIMENT` suffixes. ([#389](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/389)) +- Include the schema URL for the semantic convention used in the exported resource. ([#426](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/426)) ### Removed diff --git a/internal/test/e2e/databasesql/traces.json b/internal/test/e2e/databasesql/traces.json index 5f289e50c..6ef68acf2 100644 --- a/internal/test/e2e/databasesql/traces.json +++ b/internal/test/e2e/databasesql/traces.json @@ -23,6 +23,7 @@ } ] }, + "schemaUrl": "https://opentelemetry.io/schemas/1.21.0", "scopeSpans": [ { "scope": { diff --git a/internal/test/e2e/gin/traces.json b/internal/test/e2e/gin/traces.json index 2d2c7bceb..9ceaf139a 100644 --- a/internal/test/e2e/gin/traces.json +++ b/internal/test/e2e/gin/traces.json @@ -23,6 +23,7 @@ } ] }, + "schemaUrl": "https://opentelemetry.io/schemas/1.21.0", "scopeSpans": [ { "scope": { diff --git a/internal/test/e2e/nethttp/traces.json b/internal/test/e2e/nethttp/traces.json index 8b7109c20..e5fa3d161 100644 --- a/internal/test/e2e/nethttp/traces.json +++ b/internal/test/e2e/nethttp/traces.json @@ -23,6 +23,7 @@ } ] }, + "schemaUrl": "https://opentelemetry.io/schemas/1.21.0", "scopeSpans": [ { "scope": {