Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/gr…
…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 "chore(deps): update lycheeverse/lychee-action action to v2" (<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