You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/06 19:03:04 UTC

[GitHub] [dubbo-go-samples] dependabot[bot] opened a new pull request, #524: Build(deps): bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.14.0

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

   Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.10.0 to 1.14.0.
   <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.14.0/0.37.0/0.0.4] 2023-02-27</h2>
   <p>This release is the last to support [Go 1.18].
   The next release will require at least [Go 1.19].</p>
   <h3>Added</h3>
   <ul>
   <li>The <code>event</code> type semantic conventions are added to <code>go.opentelemetry.io/otel/semconv/v1.17.0</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3697">#3697</a>)</li>
   <li>Support [Go 1.20]. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3693">#3693</a>)</li>
   <li>The <code>go.opentelemetry.io/otel/semconv/v1.18.0</code> package.
   The package contains semantic conventions from the <code>v1.18.0</code> version of the OpenTelemetry specification. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3719">#3719</a>)
   <ul>
   <li>The following <code>const</code> renames from <code>go.opentelemetry.io/otel/semconv/v1.17.0</code> are included:
   <ul>
   <li><code>OtelScopeNameKey</code> -&gt; <code>OTelScopeNameKey</code></li>
   <li><code>OtelScopeVersionKey</code> -&gt; <code>OTelScopeVersionKey</code></li>
   <li><code>OtelLibraryNameKey</code> -&gt; <code>OTelLibraryNameKey</code></li>
   <li><code>OtelLibraryVersionKey</code> -&gt; <code>OTelLibraryVersionKey</code></li>
   <li><code>OtelStatusCodeKey</code> -&gt; <code>OTelStatusCodeKey</code></li>
   <li><code>OtelStatusDescriptionKey</code> -&gt; <code>OTelStatusDescriptionKey</code></li>
   <li><code>OtelStatusCodeOk</code> -&gt; <code>OTelStatusCodeOk</code></li>
   <li><code>OtelStatusCodeError</code> -&gt; <code>OTelStatusCodeError</code></li>
   </ul>
   </li>
   <li>The following <code>func</code> renames from <code>go.opentelemetry.io/otel/semconv/v1.17.0</code> are included:
   <ul>
   <li><code>OtelScopeName</code> -&gt; <code>OTelScopeName</code></li>
   <li><code>OtelScopeVersion</code> -&gt; <code>OTelScopeVersion</code></li>
   <li><code>OtelLibraryName</code> -&gt; <code>OTelLibraryName</code></li>
   <li><code>OtelLibraryVersion</code> -&gt; <code>OTelLibraryVersion</code></li>
   <li><code>OtelStatusDescription</code> -&gt; <code>OTelStatusDescription</code></li>
   </ul>
   </li>
   </ul>
   </li>
   <li>A <code>IsSampled</code> method is added to the <code>SpanContext</code> implementation in <code>go.opentelemetry.io/otel/bridge/opentracing</code> to expose the span sampled state.
   See the <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/bridge/opentracing/README.md">README</a> for more information. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3570">#3570</a>)</li>
   <li>The <code>WithInstrumentationAttributes</code> option to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3738">#3738</a>)</li>
   <li>The <code>WithInstrumentationAttributes</code> option to <code>go.opentelemetry.io/otel/trace</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3739">#3739</a>)</li>
   <li>The following environment variables are supported by the periodic <code>Reader</code> in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3763">#3763</a>)
   <ul>
   <li><code>OTEL_METRIC_EXPORT_INTERVAL</code> sets the time between collections and exports.</li>
   <li><code>OTEL_METRIC_EXPORT_TIMEOUT</code> sets the timeout an export is attempted.</li>
   </ul>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Fall-back to <code>TextMapCarrier</code> when it's not <code>HttpHeader</code>s in <code>go.opentelemetry.io/otel/bridge/opentracing</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3679">#3679</a>)</li>
   <li>The <code>Collect</code> method of the <code>&quot;go.opentelemetry.io/otel/sdk/metric&quot;.Reader</code> interface is updated to accept the <code>metricdata.ResourceMetrics</code> value the collection will be made into.
   This change is made to enable memory reuse by SDK users. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3732">#3732</a>)</li>
   <li>The <code>WithUnit</code> option in <code>go.opentelemetry.io/otel/sdk/metric/instrument</code> is updated to accept a <code>string</code> for the unit value. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3776">#3776</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure <code>go.opentelemetry.io/otel</code> does not use generics. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3723">#3723</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3725">#3725</a>)</li>
   <li>Multi-reader <code>MeterProvider</code>s now export metrics for all readers, instead of just the first reader. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3720">#3720</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3724">#3724</a>)</li>
   <li>Remove use of deprecated <code>&quot;math/rand&quot;.Seed</code> in <code>go.opentelemetry.io/otel/example/prometheus</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3733">#3733</a>)</li>
   <li>Do not silently drop unknown schema data with <code>Parse</code> in  <code>go.opentelemetry.io/otel/schema/v1.1</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3743">#3743</a>)</li>
   <li>Data race issue in OTLP exporter retry mechanism. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3755">#3755</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3756">#3756</a>)</li>
   <li>Wrapping empty errors when exporting in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3698">#3698</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3772">#3772</a>)</li>
   <li>Incorrect &quot;all&quot; and &quot;resource&quot; definition for schema files in <code>go.opentelemetry.io/otel/schema/v1.1</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3777">#3777</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2e54fbb3fede5b54f316b3a08eab236febd854e0"><code>2e54fbb</code></a> Release v1.14.0/v0.37.0/v0.0.4 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3810">#3810</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/46d7f8dad3994f3807aed76d139ac884b8991f1d"><code>46d7f8d</code></a> Add Note about dropping go 1.18 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3771">#3771</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/b177f58e09ca7e470d2971da4deb9dc3eabd81ac"><code>b177f58</code></a> [docs] fix link to traces concept page (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3807">#3807</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2c213bf585b07e28dee346f9096a0b64d3fc46f8"><code>2c213bf</code></a> Restructure compatibility testing (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3779">#3779</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/071d3173944553bed7d05057ecccb177d307978b"><code>071d317</code></a> Fix incorrect &quot;all&quot; and &quot;resource&quot; definition for Schema File (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3777">#3777</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fe6856e804ae20edbd6e6aa367cddff2ead349e2"><code>fe6856e</code></a> Deprecate <code>metric/unit</code> and use a <code>string</code> for units in the metric API/SDK (#...</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/17e5d0f54947864e7fea2c915fd12d69142a61c7"><code>17e5d0f</code></a> Do not wrap error if multierror does not have one. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3772">#3772</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/01bbea3285e945d83de4e5092be241f891cfb826"><code>01bbea3</code></a> Bump lycheeverse/lychee-action from 1.5.4 to 1.6.1 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3780">#3780</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0a75c5bd8a38ac1cbb4cb7fbb2c82382e8951b71"><code>0a75c5b</code></a> dependabot updates Sun Feb 26 15:49:13 UTC 2023 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3804">#3804</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/6fa6afba266d68bfeca0ca5ff086c3dcaa8bdb99"><code>6fa6afb</code></a> Fix <code>global.MeterProvider</code> documentation (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3774">#3774</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.10.0...v1.14.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.10.0&new-version=1.14.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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] dependabot[bot] commented on pull request #524: Build(deps): bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.14.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #524:
URL: https://github.com/apache/dubbo-go-samples/pull/524#issuecomment-1467660000

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] justxuewei closed pull request #524: Build(deps): bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.14.0

Posted by "justxuewei (via GitHub)" <gi...@apache.org>.
justxuewei closed pull request #524: Build(deps): bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.14.0
URL: https://github.com/apache/dubbo-go-samples/pull/524


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org