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/17 18:29:28 UTC

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

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

   Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.10.0 to 1.11.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.11.0/0.32.3] 2022-10-12</h2>
   <h3>Added</h3>
   <ul>
   <li>Add default User-Agent header to OTLP exporter requests (<code>go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpc</code> and <code>go.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp</code>). (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3261">#3261</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><code>span.SetStatus</code> has been updated such that calls that lower the status are now no-ops. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3214">#3214</a>)</li>
   <li>Upgrade <code>golang.org/x/sys/unix</code> from <code>v0.0.0-20210423185535-09eb48e85fd7</code> to <code>v0.0.0-20220919091848-fb04ddd9f9c8</code>.
   This addresses <a href="https://pkg.go.dev/vuln/GO-2022-0493">GO-2022-0493</a>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3235">#3235</a>)</li>
   </ul>
   <h2>[0.32.2] Metric SDK (Alpha) - 2022-10-11</h2>
   <h3>Added</h3>
   <ul>
   <li>Added an example of using metric views to customize instruments. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3177">#3177</a>)</li>
   <li>Add default User-Agent header to OTLP exporter requests (<code>go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpc</code> and <code>go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttp</code>). (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3261">#3261</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Flush pending measurements with the <code>PeriodicReader</code> in the <code>go.opentelemetry.io/otel/sdk/metric</code> when <code>ForceFlush</code> or <code>Shutdown</code> are called. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3220">#3220</a>)</li>
   <li>Update histogram default bounds to match the requirements of the latest specification. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3222">#3222</a>)</li>
   <li>Encode the HTTP status code in the OpenTracing bridge (<code>go.opentelemetry.io/otel/bridge/opentracing</code>) as an integer.  (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3265">#3265</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Use default view if instrument does not match any registered view of a reader. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3224">#3224</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3237">#3237</a>)</li>
   <li>Return the same instrument every time a user makes the exact same instrument creation call. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3229">#3229</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3251">#3251</a>)</li>
   <li>Return the existing instrument when a view transforms a creation call to match an existing instrument. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3240">#3240</a>, <a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3251">#3251</a>)</li>
   <li>Log a warning when a conflicting instrument (e.g. description, unit, data-type) is created instead of returning an error. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3251">#3251</a>)</li>
   <li>The OpenCensus bridge no longer sends empty batches of metrics. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3263">#3263</a>)</li>
   </ul>
   <h2>[0.32.1] Metric SDK (Alpha) - 2022-09-22</h2>
   <h3>Changed</h3>
   <ul>
   <li>The Prometheus exporter sanitizes OpenTelemetry instrument names when exporting.
   Invalid characters are replaced with <code>_</code>. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3212">#3212</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>The metric portion of the OpenCensus bridge (<code>go.opentelemetry.io/otel/bridge/opencensus</code>) has been reintroduced. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3192">#3192</a>)</li>
   <li>The OpenCensus bridge example (<code>go.opentelemetry.io/otel/example/opencensus</code>) has been reintroduced. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3206">#3206</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Updated go.mods to point to valid versions of the sdk. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3216">#3216</a>)</li>
   <li>Set the <code>MeterProvider</code> resource on all exported metric data. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3218">#3218</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/ff1855279160d0cfbdb7f1b7cbcb1f53c9d6dcc0"><code>ff18552</code></a> Release v1.11.0/v0.32.3 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3275">#3275</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/29511a007866cff7a5325cd1a66e3e550a30c4b6"><code>29511a0</code></a> Release Metric v0.32.2 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3270">#3270</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/b5292b845955d4f99dbd4470728cce809a9384c8"><code>b5292b8</code></a> Handle duplicate Aggregators and log instrument conflicts (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3251">#3251</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ffa94ca529e91c7ce53c9e5eb7328efba89b8ae4"><code>ffa94ca</code></a> Improve test coverage, and don't send empty batches in OC bridge (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3263">#3263</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/4ec2ae60f2d428cc9e60045fc490c196b934fa59"><code>4ec2ae6</code></a> Add User-Agent header to OTLP exporter requests (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3261">#3261</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/c5ebbc4d4b3615bea162cc53bf7bd2adb65bc10d"><code>c5ebbc4</code></a> Use default view if instrument does not match any pipeline view (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3237">#3237</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/697d245b9ccf375c1d49e7492d36bceae80acfe4"><code>697d245</code></a> Update bucket default bounds (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3222">#3222</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3b657f780142b5e3f58af0f24675b2cf267d9cd2"><code>3b657f7</code></a> Fix otlpmetric pkg name in exporting_data.md (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3259">#3259</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3675379e73448c28742f6e8c02c8be84c13c2bf9"><code>3675379</code></a> Remove the unused Resource field from the MeterProvider (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3253">#3253</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/efdbe5aad139bda426cf00146f8d6028fe32c320"><code>efdbe5a</code></a> pass res to exporter (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3250">#3250</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.10.0...v1.11.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.11.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 #438: Build(deps): bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.11.0

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

   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] AlexStocks closed pull request #438: Build(deps): bump go.opentelemetry.io/otel/sdk from 1.10.0 to 1.11.0

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


-- 
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