Skip to content

Commit

Permalink
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/gr…
Browse files Browse the repository at this point in the history
…pc/otelgrpc from 0.55.0 to 0.56.0 (#1013)

Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.55.0 to 0.56.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases</a>.</em></p>
<blockquote>
<h2>Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0</h2>
<h2>Overview</h2>
<h3>Added</h3>
<ul>
<li>The <code>Severitier</code> and <code>SeverityVar</code> types are added to <code>go.opentelemetry.io/contrib/processors/minsev</code> allowing dynamic configuration of the severity used by the <code>LogProcessor</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Move examples from <code>go.opentelemetry.io/otel</code> to this repository under <code>examples</code> directory. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6158">#6158</a>)</li>
<li>Support yaml/json struct tags for generated code in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for parsing YAML configuration via <code>ParseYAML</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for temporality preference configuration in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5860">#5860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The function signature of <code>NewLogProcessor</code> in <code>go.opentelemetry.io/contrib/processors/minsev</code> has changed to accept the added <code>Severitier</code> interface instead of a <code>log.Severity</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Updated <code>go.opentelemetry.io/contrib/config</code> to use the <a href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0">v0.3.0</a> release of schema which includes backwards incompatible changes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><code>NewSDK</code> in <code>go.opentelemetry.io/contrib/config</code> now returns a no-op SDK if <code>disabled</code> is set to <code>true</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6185">#6185</a>)</li>
<li>The deprecated <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> package has found a Code Owner. The package is no longer deprecated. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Possible nil dereference panic in <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5965">#5965</a>)</li>
<li><code>logrus.Level</code> transformed to appropriate <code>log.Severity</code> in <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6191">#6191</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>Minimum</code> field of the <code>LogProcessor</code> in <code>go.opentelemetry.io/contrib/processors/minsev</code> is removed.
Use <code>NewLogProcessor</code> to configure this setting. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>The deprecated <code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code> package is removed. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li>The deprecated <code>go.opentelemetry.io/contrib/samplers/aws/xray</code> package is removed. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6187">#6187</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Add skeleton for otellogr bridge by <a href="https://github.com/scorpionknifes"><code>@​scorpionknifes</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6097">open-telemetry/opentelemetry-go-contrib#6097</a></li>
<li>chore(deps): update opentelemetry-go monorepo by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6108">open-telemetry/opentelemetry-go-contrib#6108</a></li>
<li>fix(deps): update module google.golang.org/grpc to v1.66.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6109">open-telemetry/opentelemetry-go-contrib#6109</a></li>
<li>otelhttptrace: handle missing getconn hook without panic by <a href="https://github.com/krantideep95"><code>@​krantideep95</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5965">open-telemetry/opentelemetry-go-contrib#5965</a></li>
<li>chore(deps): update kubernetes packages to v0.31.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6110">open-telemetry/opentelemetry-go-contrib#6110</a></li>
<li>fix(deps): update module cloud.google.com/go/compute/metadata to v0.5.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6114">open-telemetry/opentelemetry-go-contrib#6114</a></li>
<li>fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.27.34 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6117">open-telemetry/opentelemetry-go-contrib#6117</a></li>
<li>Bump otel/log after introducing EnabledParameters by <a href="https://github.com/pellared"><code>@​pellared</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6115">open-telemetry/opentelemetry-go-contrib#6115</a></li>
<li>fix(deps): update opentelemetry-go monorepo to 534ce5a by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6118">open-telemetry/opentelemetry-go-contrib#6118</a></li>
<li>fix(deps): update aws-sdk-go-v2 monorepo by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6120">open-telemetry/opentelemetry-go-contrib#6120</a></li>
<li>fix(deps): update module github.com/prometheus/client_golang to v1.20.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6119">open-telemetry/opentelemetry-go-contrib#6119</a></li>
<li>fix(deps): update module go.mongodb.org/mongo-driver to v1.17.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6121">open-telemetry/opentelemetry-go-contrib#6121</a></li>
<li>fix(deps): update opentelemetry-go monorepo to 7bd1c85 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6122">open-telemetry/opentelemetry-go-contrib#6122</a></li>
<li>fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.62.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6124">open-telemetry/opentelemetry-go-contrib#6124</a></li>
<li>Update <code>minsev</code> to allow dynamic severities by <a href="https://github.com/MrAlias"><code>@​MrAlias</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6116">open-telemetry/opentelemetry-go-contrib#6116</a></li>
<li>otelmongo: Use a mock deployment for testing against a MongoDB server by <a href="https://github.com/prestonvasquez"><code>@​prestonvasquez</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5749">open-telemetry/opentelemetry-go-contrib#5749</a></li>
<li>fix(deps): update module github.com/aws/smithy-go to v1.21.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6129">open-telemetry/opentelemetry-go-contrib#6129</a></li>
<li>fix(deps): update module google.golang.org/grpc to v1.67.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6131">open-telemetry/opentelemetry-go-contrib#6131</a></li>
<li>fix(deps): update opentelemetry-go monorepo to a200e0a by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6130">open-telemetry/opentelemetry-go-contrib#6130</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog</a>.</em></p>
<blockquote>
<h2>[1.31.0/0.56.0/0.25.0/0.11.0/0.6.0/0.4.0/0.3.0] - 2024-10-14</h2>
<h3>Added</h3>
<ul>
<li>The <code>Severitier</code> and <code>SeverityVar</code> types are added to <code>go.opentelemetry.io/contrib/processors/minsev</code> allowing dynamic configuration of the severity used by the <code>LogProcessor</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Move examples from <code>go.opentelemetry.io/otel</code> to this repository under <code>examples</code> directory. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6158">#6158</a>)</li>
<li>Support yaml/json struct tags for generated code in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for parsing YAML configuration via <code>ParseYAML</code> in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for temporality preference configuration in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5860">#5860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The function signature of <code>NewLogProcessor</code> in <code>go.opentelemetry.io/contrib/processors/minsev</code> has changed to accept the added <code>Severitier</code> interface instead of a <code>log.Severity</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Updated <code>go.opentelemetry.io/contrib/config</code> to use the <a href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0">v0.3.0</a> release of schema which includes backwards incompatible changes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><code>NewSDK</code> in <code>go.opentelemetry.io/contrib/config</code> now returns a no-op SDK if <code>disabled</code> is set to <code>true</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6185">#6185</a>)</li>
<li>The deprecated <code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code> package has found a Code Owner.
The package is no longer deprecated. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Possible nil dereference panic in <code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5965">#5965</a>)</li>
<li><code>logrus.Level</code> transformed to appropriate <code>log.Severity</code> in <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6191">#6191</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>Minimum</code> field of the <code>LogProcessor</code> in <code>go.opentelemetry.io/contrib/processors/minsev</code> is removed.
Use <code>NewLogProcessor</code> to configure this setting. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>The deprecated <code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code> package is removed. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li>The deprecated <code>go.opentelemetry.io/contrib/samplers/aws/xray</code> package is removed. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6187">#6187</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9cf5701e6b6611b2c406639039a1bccd883db080"><code>9cf5701</code></a> Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6243">#6243</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d6305c07ae88556c5cd6af16e1b9a47362673a46"><code>d6305c0</code></a> chore(deps): update module github.com/klauspost/compress to v1.17.11 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6232">#6232</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/09cbf41735925dabe527435a7e9ae5dc5ff04e3b"><code>09cbf41</code></a> fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.65.3 (...</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c3c853808383d1bce596cbb910546c305c9187e8"><code>c3c8538</code></a> Update otel core to the latest release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6233">#6233</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/79bb705d741ee48517c16e92349d8c1565a41637"><code>79bb705</code></a> otelecho: Add Code Owner and remove deprecation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/45ba20442cde824f83cc45764cf4003c5777fc13"><code>45ba204</code></a> config: support v0.3 of the config schema (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/20e45afbf7b91d2ccdc521a2b22fddeb35c0333d"><code>20e45af</code></a> Revert &quot;chore(deps): update lycheeverse/lychee-action action to v2&quot; (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6229">#6229</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5322670a9aa8748e4a9f4956c98647382bb2b6cf"><code>5322670</code></a> Remove otelmacaron (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/87d02293473900b80d127c1001bd38a5caf41260"><code>87d0229</code></a> feat(instrumentation/http/otelhttp): move client metrics creation into intern...</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/900fc4bb2a6b5a04d99955474bea42ba9b7be198"><code>900fc4b</code></a> Run the test compatibility check even if tests failed (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6224">#6224</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.55.0...zpages/v0.56.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc&package-manager=go_modules&previous-version=0.55.0&new-version=0.56.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
mergify[bot] authored Oct 22, 2024
2 parents c3d8aa1 + 0f230ff commit ae9786e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/tinkerbell/rufio v0.4.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.67.1
Expand Down Expand Up @@ -105,13 +105,13 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.30.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
go.opentelemetry.io/otel/trace v1.30.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
Expand All @@ -124,7 +124,7 @@ require (
golang.org/x/tools v0.26.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -213,24 +213,24 @@ github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 h1:hCq2hNMwsegUvPzI7sPOvtO9cqyy5GbWt/Ybp2xrx8Q=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0/go.mod h1:LqaApwGx/oUmzsbqxkzuBvyoPpkxk3JQWnqfVrJ3wCA=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 h1:yMkBS9yViCc7U7yeLzJPM2XizlfdVvBRSmsQDWu6qc0=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0/go.mod h1:n8MR6/liuGB5EmTETUBeU5ZgqMOlqKRxUaqPQBOANZ8=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 h1:4K4tsIXefpVJtvA/8srF4V4y0akAoPHkIslgAkjixJA=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0/go.mod h1:jjdQuTGVsXV4vSs+CJ2qYDeDPf9yIJV23qlIzBm73Vg=
go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=
go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc=
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/otlp/otlptrace v1.30.0 h1:lsInsfvhVIfOI6qHVyysXMNDnjO9Npvl7tlDPJFBVd4=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0/go.mod h1:KQsVNh4OjgjTG0G6EiNi1jVpnaeeKsKMRwbLN+f1+8M=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 h1:qFffATk0X+HD+f1Z8lswGiOQYKHRlzfmdJm0wEaVrFA=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0/go.mod h1:MOiCmryaYtc+V0Ei+Tx9o5S1ZjA7kzLucuVuyzBZloQ=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 h1:umZgi92IyxfXd/l4kaDhnKgY8rnN/cZcF1LKc6I8OQ8=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0/go.mod h1:4lVs6obhSVRb1EW5FhOuBTyiQhtRtAnnva9vD3yRfq8=
go.opentelemetry.io/otel/metric v1.30.0 h1:4xNulvn9gjzo4hjg+wzIKG7iNFEaBMX00Qd4QIZs7+w=
go.opentelemetry.io/otel/metric v1.30.0/go.mod h1:aXTfST94tswhWEb+5QjlSqG+cZlmyXy/u8jFpor3WqQ=
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.30.0 h1:cHdik6irO49R5IysVhdn8oaiR9m8XluDaJAs4DfOrYE=
go.opentelemetry.io/otel/sdk v1.30.0/go.mod h1:p14X4Ok8S+sygzblytT1nqG98QG2KYKv++HE0LY/mhg=
go.opentelemetry.io/otel/trace v1.30.0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8dQ9wmc=
go.opentelemetry.io/otel/trace v1.30.0/go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o=
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/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand Down Expand Up @@ -291,8 +291,8 @@ gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 h1:hjSy6tcFQZ171igDaN5QHOw2n6vx40juYbC/x67CEhc=
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:qpvKtACPCQhAdu3PyQgV4l3LMXZEtft7y8QcarRsp9I=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 h1:QCqS/PdaHTSWGvupk2F/ehwHtGc0/GYkT+3GAcR1CCc=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/grpc v1.67.1 h1:zWnc1Vrcno+lHZCOofnIMvycFcc0QRGIzm9dhnDX68E=
google.golang.org/grpc v1.67.1/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
Expand Down

0 comments on commit ae9786e

Please sign in to comment.