You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/24 12:03:14 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request, #2091: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.1

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

   Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.11.0 to 1.11.1.
   <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's changelog</a>.</em></p>
   <blockquote>
   <h2>[1.11.1/0.33.0] 2022-10-19</h2>
   <h3>Added</h3>
   <ul>
   <li>The Prometheus exporter in <code>go.opentelemetry.io/otel/exporters/prometheus</code> registers with a Prometheus registerer on creation.
   By default, it will register with the default Prometheus registerer.
   A non-default registerer can be used by passing the <code>WithRegisterer</code> option. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3239">#3239</a>)</li>
   <li>Added the <code>WithAggregationSelector</code> option to the <code>go.opentelemetry.io/otel/exporters/prometheus</code> package to change the default <code>AggregationSelector</code> used. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3341">#3341</a>)</li>
   <li>The Prometheus exporter in <code>go.opentelemetry.io/otel/exporters/prometheus</code> converts the <code>Resource</code> associated with metric exports into a <code>target_info</code> metric. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3285">#3285</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>The <code>&quot;go.opentelemetry.io/otel/exporters/prometheus&quot;.New</code> function is updated to return an error.
   It will return an error if the exporter fails to register with Prometheus. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3239">#3239</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The URL-encoded values from the <code>OTEL_RESOURCE_ATTRIBUTES</code> environment variable are decoded. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2963">#2963</a>)</li>
   <li>The <code>baggage.NewMember</code> function decodes the <code>value</code> parameter instead of directly using it.
   This fixes the implementation to be compliant with the W3C specification. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3226">#3226</a>)</li>
   <li>Slice attributes of the <code>attribute</code> package are now comparable based on their value, not instance. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3108">#3108</a> <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3252">#3252</a>)</li>
   <li>The <code>Shutdown</code> and <code>ForceFlush</code> methods of the <code>&quot;go.opentelemetry.io/otel/sdk/trace&quot;.TraceProvider</code> no longer return an error when no processor is registered. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3268">#3268</a>)</li>
   <li>The Prometheus exporter in <code>go.opentelemetry.io/otel/exporters/prometheus</code> cumulatively sums histogram buckets. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3281">#3281</a>)</li>
   <li>The sum of each histogram data point is now uniquely exported by the <code>go.opentelemetry.io/otel/exporters/otlpmetric</code> exporters. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3284">#3284</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3293">#3293</a>)</li>
   <li>Recorded values for asynchronous counters (<code>Counter</code> and <code>UpDownCounter</code>) are interpreted as exact, not incremental, sum values by the metric SDK. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3350">#3350</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3278">#3278</a>)</li>
   <li><code>UpDownCounters</code> are now correctly output as Prometheus gauges in the <code>go.opentelemetry.io/otel/exporters/prometheus</code> exporter. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3358">#3358</a>)</li>
   <li>The Prometheus exporter in <code>go.opentelemetry.io/otel/exporters/prometheus</code> no longer describes the metrics it will send to Prometheus on startup.
   Instead the exporter is defined as an &quot;unchecked&quot; collector for Prometheus.
   This fixes the <code>reader is not registered</code> warning currently emitted on startup. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3291">#3291</a> <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3342">#3342</a>)</li>
   <li>The <code>go.opentelemetry.io/otel/exporters/prometheus</code> exporter now correctly adds <code>_total</code> suffixes to counter metrics. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3360">#3360</a>)</li>
   <li>The <code>go.opentelemetry.io/otel/exporters/prometheus</code> exporter now adds a unit suffix to metric names.
   This can be disabled using the <code>WithoutUnits()</code> option added to that package. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3352">#3352</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2fe8861a24e20088c065b116089862caf9e3cd8b"><code>2fe8861</code></a> Release v1.11.1/v0.33.0 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3367">#3367</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/510910e92d5cc8d18c38e4cc88f1bc7c48f6465f"><code>510910e</code></a> Add unit suffixes to prometheus metric names (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3352">#3352</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/1d9d4b21241b64f10fbfd1de961651d535ab7d57"><code>1d9d4b2</code></a> add _total suffixes to prometheus counters (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3360">#3360</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/715631d35fb6b35cfd3cd784ee3e6aef80ce880c"><code>715631d</code></a> Fix Asynchronous Counters Recording (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3350">#3350</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2d02a2f1261f57fb079136545085e080b63a9582"><code>2d02a2f</code></a> converts <code>Resource</code> into a <code>target_info</code> metric on the prometheus exporter (#...</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/05aca23c1941775d1db7fc89243b2c30c970e0a4"><code>05aca23</code></a> Decode values from OTEL_RESOURCE_ATTRIBUTES (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2963">#2963</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/430f55878bbc9cb11fd4739636bd040501a94ed0"><code>430f558</code></a> Convert UpDownCounters to Prometheus gauges (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3358">#3358</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/6c0a7c4dc8b4f11e708e1adf8177337c7be7033f"><code>6c0a7c4</code></a> Fix getting-started.md with the correct import packages in main.go (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3354">#3354</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ad45631b53faa74191fcee37c8f010e520af67e1"><code>ad45631</code></a> Bump github.com/itchyny/gojq from 0.12.7 to 0.12.9 in /internal/tools (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3303">#3303</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/537660edbbed39f7cc88262c7f0ef24d8ed428e4"><code>537660e</code></a> Bump lycheeverse/lychee-action from 1.4.1 to 1.5.1 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3301">#3301</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.0...v1.11.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel&package-manager=go_modules&previous-version=1.11.0&new-version=1.11.1)](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] AlexStocks closed pull request #2091: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.1

Posted by GitBox <gi...@apache.org>.
AlexStocks closed pull request #2091: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.1
URL: https://github.com/apache/dubbo-go/pull/2091


-- 
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] dependabot[bot] commented on pull request #2091: build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #2091:
URL: https://github.com/apache/dubbo-go/pull/2091#issuecomment-1291865972

   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