Skip to content

Commit

Permalink
Update the expected test values
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 22, 2024
1 parent 29a4cf2 commit 5d04365
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion internal/test/e2e/autosdk/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions internal/test/e2e/databasesql/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/database/sql",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand All @@ -79,7 +79,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/gin/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/grpc/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/google.golang.org/grpc",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/kafka-go/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/github.com/segmentio/kafka-go",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/nethttp_custom/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.15.0-alpha"
"version": "v0.16.0-alpha"
},
"spans": [
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/otelglobal/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.15.0-alpha"
"stringValue": "v0.16.0-alpha"
}
},
{
Expand Down

0 comments on commit 5d04365

Please sign in to comment.