Skip to content

Commit

Permalink
Update e2e test with schemaUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 27, 2023
1 parent c045f7b commit 5c35fe6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions internal/test/e2e/databasesql/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
]
},
"schemaUrl": "https://opentelemetry.io/schemas/1.21.0",
"scopeSpans": [
{
"scope": {
Expand Down
1 change: 1 addition & 0 deletions internal/test/e2e/gin/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
]
},
"schemaUrl": "https://opentelemetry.io/schemas/1.21.0",
"scopeSpans": [
{
"scope": {
Expand Down
1 change: 1 addition & 0 deletions internal/test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
]
},
"schemaUrl": "https://opentelemetry.io/schemas/1.21.0",
"scopeSpans": [
{
"scope": {
Expand Down

0 comments on commit 5c35fe6

Please sign in to comment.