Skip to content

Commit

Permalink
Bump the otel group with 7 updates (#321)
Browse files Browse the repository at this point in the history
* Bump the otel group with 7 updates

Bumps the otel group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.31.0` | `1.32.0` |


Updates `go.opentelemetry.io/otel` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

Updates `go.opentelemetry.io/otel/metric` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

Updates `go.opentelemetry.io/otel/trace` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.31.0...v1.32.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>

* go mod tidy

* Fix broken unit tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nhatthm-bot <[email protected]>
Co-authored-by: nhatthm <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent ca0f6b8 commit 4f3bf3e
Show file tree
Hide file tree
Showing 45 changed files with 384 additions and 248 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/stretchr/testify v1.9.0
github.com/swaggest/assertjson v1.9.0
go.opentelemetry.io/otel v1.31.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.31.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0
go.opentelemetry.io/otel/metric v1.31.0
go.opentelemetry.io/otel/sdk v1.31.0
go.opentelemetry.io/otel/sdk/metric v1.31.0
go.opentelemetry.io/otel/trace v1.31.0
go.opentelemetry.io/otel v1.32.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0
go.opentelemetry.io/otel/metric v1.32.0
go.opentelemetry.io/otel/sdk v1.32.0
go.opentelemetry.io/otel/sdk/metric v1.32.0
go.opentelemetry.io/otel/trace v1.32.0
)

require (
Expand All @@ -33,7 +33,7 @@ require (
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/sys v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
32 changes: 16 additions & 16 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@ github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 h1:BHyfKlQyqbsFN5p3Ifn
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM=
github.com/yudai/pp v2.0.1+incompatible h1:Q4//iY4pNF6yPLZIigmvcl7k/bPgrcTPIFIcmawg5bI=
github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc=
go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.31.0 h1:HZgBIps9wH0RDrwjrmNa3DVbNRW60HEhdzqZFyAp3fI=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.31.0/go.mod h1:RDRhvt6TDG0eIXmonAx5bd9IcwpqCkziwkOClzWKwAQ=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 h1:UGZ1QwZWY67Z6BmckTU+9Rxn04m2bD3gD6Mk0OIOCPk=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0/go.mod h1:fcwWuDuaObkkChiDlhEpSq9+X1C0omv+s5mBtToAQ64=
go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE=
go.opentelemetry.io/otel/metric v1.31.0/go.mod h1:C3dEloVbLuYoX41KpmAhOqNriGbA+qqH6PQ5E5mUfnY=
go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk=
go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0=
go.opentelemetry.io/otel/sdk/metric v1.31.0 h1:i9hxxLJF/9kkvfHppyLL55aW7iIJz4JjxTeYusH7zMc=
go.opentelemetry.io/otel/sdk/metric v1.31.0/go.mod h1:CRInTMVvNhUKgSAMbKyTMxqOBC0zgyxzW55lZzX43Y8=
go.opentelemetry.io/otel/trace v1.31.0 h1:ffjsj1aRouKewfr85U2aGagJ46+MvodynlQ1HYdmJys=
go.opentelemetry.io/otel/trace v1.31.0/go.mod h1:TXZkRk7SM2ZQLtR6eoAWQFIHPvzQ06FJAsO1tJg480A=
go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U=
go.opentelemetry.io/otel v1.32.0/go.mod h1:00DCVSB0RQcnzlwyTfqtxSm+DRr9hpYrHjNGiBHVQIg=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0 h1:SZmDnHcgp3zwlPBS2JX2urGYe/jBKEIT6ZedHRUyCz8=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0/go.mod h1:fdWW0HtZJ7+jNpTKUR0GpMEDP69nR8YBJQxNiVCE3jk=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 h1:cC2yDI3IQd0Udsux7Qmq8ToKAx1XCilTQECZ0KDZyTw=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0/go.mod h1:2PD5Ex6z8CFzDbTdOlwyNIUywRr1DN0ospafJM1wJ+s=
go.opentelemetry.io/otel/metric v1.32.0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M=
go.opentelemetry.io/otel/metric v1.32.0/go.mod h1:jH7CIbbK6SH2V2wE16W05BHCtIDzauciCRLoc/SyMv8=
go.opentelemetry.io/otel/sdk v1.32.0 h1:RNxepc9vK59A8XsgZQouW8ue8Gkb4jpWtJm9ge5lEG4=
go.opentelemetry.io/otel/sdk v1.32.0/go.mod h1:LqgegDBjKMmb2GC6/PrTnteJG39I8/vJCAP9LlJXEjU=
go.opentelemetry.io/otel/sdk/metric v1.32.0 h1:rZvFnvmvawYb0alrYkjraqJq0Z4ZUJAiyYCU9snn1CU=
go.opentelemetry.io/otel/sdk/metric v1.32.0/go.mod h1:PWeZlq0zt9YkYAp3gjKZ0eicRYvOh1Gd+X99x6GHpCQ=
go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM=
go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
12 changes: 8 additions & 4 deletions resources/fixtures/traces/begin_commit.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
},
{
Expand Down Expand Up @@ -107,12 +109,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
12 changes: 8 additions & 4 deletions resources/fixtures/traces/begin_commit_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
},
{
Expand Down Expand Up @@ -129,12 +131,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
12 changes: 8 additions & 4 deletions resources/fixtures/traces/begin_rollback.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
},
{
Expand Down Expand Up @@ -107,12 +109,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
12 changes: 8 additions & 4 deletions resources/fixtures/traces/begin_rollback_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
},
{
Expand Down Expand Up @@ -129,12 +131,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/begin_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/exec_no_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
12 changes: 8 additions & 4 deletions resources/fixtures/traces/exec_with_affected_rows.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
},
{
Expand Down Expand Up @@ -107,12 +109,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/exec_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
12 changes: 8 additions & 4 deletions resources/fixtures/traces/exec_with_last_insert_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
},
{
Expand Down Expand Up @@ -107,12 +109,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/exec_with_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/exec_with_query_args.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
6 changes: 4 additions & 2 deletions resources/fixtures/traces/ping.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
"InstrumentationLibrary": {
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
"SchemaURL": "<ignore-diff>",
"Attributes": null
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
"Version": "<ignore-diff>",
"Attributes": null
}
}
]
Loading

0 comments on commit 4f3bf3e

Please sign in to comment.