dependabot[bot] opened a new pull request, #414:
URL: https://github.com/apache/dubbo-go-samples/pull/414

   Bumps 
[go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go)
 from 1.9.0 to 1.10.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-go/releases";>go.opentelemetry.io/otel/sdk's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release v1.10.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Support Go 1.19. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3077";>#3077</a>)
   Include compatibility testing and document support. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3077";>#3077</a>)</li>
   <li>Support the OTLP ExportTracePartialSuccess response; these are passed to 
the registered error handler. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3106";>#3106</a>)</li>
   <li>Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3107";>#3107</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Fix misidentification of OpenTelemetry <code>SpanKind</code> in 
OpenTracing bridge (<code>go.opentelemetry.io/otel/bridge/opentracing</code>).  
(<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3096";>#3096</a>)</li>
   <li>Attempting to start a span with a nil <code>context</code> will no 
longer cause a panic. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3110";>#3110</a>)</li>
   <li>All exporters will be shutdown even if one reports an error (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3091";>#3091</a>)</li>
   <li>Ensure valid UTF-8 when truncating over-length attribute values. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/pull/3156";>#3156</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md";>go.opentelemetry.io/otel/sdk's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.10.0] - 2022-09-09</h2>
   <h3>Added</h3>
   <ul>
   <li>Support Go 1.19. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3077";>#3077</a>)
   Include compatibility testing and document support. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3077";>#3077</a>)</li>
   <li>Support the OTLP ExportTracePartialSuccess response; these are passed to 
the registered error handler. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3106";>#3106</a>)</li>
   <li>Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3107";>#3107</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Fix misidentification of OpenTelemetry <code>SpanKind</code> in 
OpenTracing bridge (<code>go.opentelemetry.io/otel/bridge/opentracing</code>).  
(<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3096";>#3096</a>)</li>
   <li>Attempting to start a span with a nil <code>context</code> will no 
longer cause a panic. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3110";>#3110</a>)</li>
   <li>All exporters will be shutdown even if one reports an error (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3091";>#3091</a>)</li>
   <li>Ensure valid UTF-8 when truncating over-length attribute values. (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3156";>#3156</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/0e6f9c29c10d6078e8131418e1d1d166c7195d61";><code>0e6f9c2</code></a>
 Prerelease v1.10.0 (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3158";>#3158</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/49a653682f1257a66771324e818f6a83fb13d62b";><code>49a6536</code></a>
 Safely truncate over-length string attributes (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3156";>#3156</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/7aba25d651015fb89064991cc3982dfacfda8179";><code>7aba25d</code></a>
 Revert Adding attributes to the instrumentation scope.</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/13906ace5d600e6974a6eaf68b169c0583d246da";><code>13906ac</code></a>
 Move partialsuccess code to internal package (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3146";>#3146</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/569f7430726278f40e562f81e64d21156cc3edb9";><code>569f743</code></a>
 Handle partial-success responses for OTLP trace (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3106";>#3106</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/9c2a0c2d6983cf3db6bb1432dc7d7bf3e391b852";><code>9c2a0c2</code></a>
 Add README to the exporter package (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3142";>#3142</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/13ddf7d31e389c891689eca29428bcc72ef98572";><code>13ddf7d</code></a>
 Shut down all processors even on error (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3091";>#3091</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/399ffe188890666efda9530db0d6793c26a9204b";><code>399ffe1</code></a>
 consistency-of:  Changed signal names for website docs (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3137";>#3137</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/f2dc8e36c24b0853d5ea458be4779c8dc60613b2";><code>f2dc8e3</code></a>
 Refactor TracerProvider documentation (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3133";>#3133</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/81a9bab814231c386bfee8078a66f13bd457288d";><code>81a9bab</code></a>
 Add WithScopeAttributes MeterOption to metric API package (<a 
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3132";>#3132</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/sdk&package-manager=go_modules&previous-version=1.9.0&new-version=1.10.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to