Skip to content

Commit

Permalink
update e2e expectations
Browse files Browse the repository at this point in the history
This Go auto-inst adds its version to resource attributes now.
  • Loading branch information
robbkidd committed Apr 26, 2023
1 parent c13d9a1 commit 6c7f3d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/gorillamux/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"stringValue": "sample-app"
}
},
{
"key": "telemetry.auto.version",
"value": {
"stringValue": "v0.1.0-alpha"
}
},
{
"key": "telemetry.sdk.language",
"value": {
Expand Down
6 changes: 6 additions & 0 deletions test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"stringValue": "sample-app"
}
},
{
"key": "telemetry.auto.version",
"value": {
"stringValue": "v0.1.0-alpha"
}
},
{
"key": "telemetry.sdk.language",
"value": {
Expand Down

0 comments on commit 6c7f3d6

Please sign in to comment.