Skip to content

Commit

Permalink
Bump the otel group with 7 updates (#309)
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.28.0` | `1.29.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |


Updates `go.opentelemetry.io/otel` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `go.opentelemetry.io/otel/metric` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `go.opentelemetry.io/otel/trace` from 1.28.0 to 1.29.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.28.0...v1.29.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] <support@github.com>

* go mod tidy

* Fix broken unit tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nhatthm-bot <105750906+nhatthm-bot@users.noreply.github.com>
Co-authored-by: nhatthm <thmnhat@gmail.com>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent c00c367 commit 651d41e
Show file tree
Hide file tree
Showing 45 changed files with 437 additions and 97 deletions.
14 changes: 7 additions & 7 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.28.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0
go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/sdk/metric v1.28.0
go.opentelemetry.io/otel/trace v1.28.0
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0
go.opentelemetry.io/otel/metric v1.29.0
go.opentelemetry.io/otel/sdk v1.29.0
go.opentelemetry.io/otel/sdk/metric v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
)

require (
Expand Down
28 changes: 14 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ 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.28.0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo=
go.opentelemetry.io/otel v1.28.0/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 h1:BJee2iLkfRfl9lc7aFmBwkWxY/RI1RDdXepSF6y8TPE=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0/go.mod h1:DIzlHs3DRscCIBU3Y9YSzPfScwnYnzfnCd4g8zA7bZc=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 h1:EVSnY9JbEEW92bEkIYOVMw4q1WJxIAGoFTrtYOzWuRQ=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0/go.mod h1:Ea1N1QQryNXpCD0I1fdLibBAIpQuBkznMmkdKrapk1Y=
go.opentelemetry.io/otel/metric v1.28.0 h1:f0HGvSl1KRAU1DLgLGFjrwVyismPlnuU6JD6bOeuA5Q=
go.opentelemetry.io/otel/metric v1.28.0/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s=
go.opentelemetry.io/otel/sdk v1.28.0 h1:b9d7hIry8yZsgtbmM0DKyPWMMUMlK9NEKuIG4aBqWyE=
go.opentelemetry.io/otel/sdk v1.28.0/go.mod h1:oYj7ClPUA7Iw3m+r7GeEjz0qckQRJK2B8zjcZEfu7Pg=
go.opentelemetry.io/otel/sdk/metric v1.28.0 h1:OkuaKgKrgAbYrrY0t92c+cC+2F6hsFNnCQArXCKlg08=
go.opentelemetry.io/otel/sdk/metric v1.28.0/go.mod h1:cWPjykihLAPvXKi4iZc1dpER3Jdq2Z0YLse3moQUCpg=
go.opentelemetry.io/otel/trace v1.28.0 h1:GhQ9cUuQGmNDd5BTCP2dAvv75RdMxEfTmYejp+lkx9g=
go.opentelemetry.io/otel/trace v1.28.0/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI=
go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw=
go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0 h1:WDdP9acbMYjbKIyJUhTvtzj601sVJOqgWdUxSdR/Ysc=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0/go.mod h1:BLbf7zbNIONBLPwvFnwNHGj4zge8uTCM/UPIVW1Mq2I=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 h1:X3ZjNp36/WlkSYx0ul2jw4PtbNEDDeLskw3VPsrpYM0=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0/go.mod h1:2uL/xnOXh0CHOBFCWXz5u1A4GXLiW+0IQIzVbeOEQ0U=
go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc=
go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8=
go.opentelemetry.io/otel/sdk v1.29.0 h1:vkqKjk7gwhS8VaWb0POZKmIEDimRCMsopNYnriHyryo=
go.opentelemetry.io/otel/sdk v1.29.0/go.mod h1:pM8Dx5WKnvxLCb+8lG1PRNIDxu9g9b9g59Qr7hfAAok=
go.opentelemetry.io/otel/sdk/metric v1.29.0 h1:K2CfmJohnRgvZ9UAj2/FhIf/okdWcNdBwe1m8xFXiSY=
go.opentelemetry.io/otel/sdk/metric v1.29.0/go.mod h1:6zZLdCl2fkauYoZIOn/soQIDSWFmNSRcICarHfuhNJQ=
go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4=
go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ=
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=
Expand Down
10 changes: 10 additions & 0 deletions resources/fixtures/traces/begin_commit.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -103,6 +108,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
10 changes: 10 additions & 0 deletions resources/fixtures/traces/begin_commit_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -125,6 +130,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
10 changes: 10 additions & 0 deletions resources/fixtures/traces/begin_rollback.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -103,6 +108,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
10 changes: 10 additions & 0 deletions resources/fixtures/traces/begin_rollback_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -125,6 +130,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/begin_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/exec_no_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
10 changes: 10 additions & 0 deletions resources/fixtures/traces/exec_with_affected_rows.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -103,6 +108,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/exec_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
10 changes: 10 additions & 0 deletions resources/fixtures/traces/exec_with_last_insert_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -103,6 +108,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/exec_with_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/exec_with_query_args.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/ping.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
5 changes: 5 additions & 0 deletions resources/fixtures/traces/ping_with_error.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -103,6 +108,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -103,6 +108,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -156,6 +166,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
},
{
Expand Down Expand Up @@ -125,6 +130,11 @@
"Name": "go.nhat.io/otelsql",
"Version": "<ignore-diff>",
"SchemaURL": "<ignore-diff>"
},
"InstrumentationScope": {
"Name": "go.nhat.io/otelsql",
"SchemaURL": "<ignore-diff>",
"Version": "<ignore-diff>"
}
}
]
Loading

0 comments on commit 651d41e

Please sign in to comment.