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

   Bumps 
[go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) 
from 1.11.0 to 1.19.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's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.19.0/0.42.0/0.0.7] 2023-09-28</h2>
   <p>This release contains the first stable release of the OpenTelemetry Go 
[metric SDK].
   Our project stability guarantees now apply to the 
<code>go.opentelemetry.io/otel/sdk/metric</code> package.
   See our <a 
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/VERSIONING.md";>versioning
 policy</a> for more information about these stability guarantees.</p>
   <h3>Added</h3>
   <ul>
   <li>Add the &quot;Roll the dice&quot; getting started application example in 
<code>go.opentelemetry.io/otel/example/dice</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4539";>#4539</a>)</li>
   <li>The <code>WithWriter</code> and <code>WithPrettyPrint</code> options to 
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> to set a 
custom <code>io.Writer</code>, and allow displaying the output in 
human-readable JSON. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507";>#4507</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Allow '/' characters in metric instrument names. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4501";>#4501</a>)</li>
   <li>The exporter in 
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> does not 
prettify its output by default anymore. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507";>#4507</a>)</li>
   <li>Upgrade <code>gopkg.io/yaml</code> from <code>v2</code> to 
<code>v3</code> in <code>go.opentelemetry.io/otel/schema</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4535";>#4535</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>In <code>go.opentelemetry.op/otel/exporters/prometheus</code>, don't try 
to create the Prometheus metric on every <code>Collect</code> if we know the 
scope is invalid. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4499";>#4499</a>)</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Remove 
<code>&quot;go.opentelemetry.io/otel/bridge/opencensus&quot;.NewMetricExporter</code>,
 which is replaced by <code>NewMetricProducer</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4566";>#4566</a>)</li>
   </ul>
   <h2>[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14</h2>
   <p>This is a release candidate for the v1.19.0/v0.42.0 release.
   That release is expected to include the <code>v1</code> release of the 
OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK.
   See our <a 
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/VERSIONING.md";>versioning
 policy</a> for more information about these stability guarantees.</p>
   <h3>Changed</h3>
   <ul>
   <li>Allow '/' characters in metric instrument names. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4501";>#4501</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>In <code>go.opentelemetry.op/otel/exporters/prometheus</code>, don't try 
to create the prometheus metric on every <code>Collect</code> if we know the 
scope is invalid. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4499";>#4499</a>)</li>
   </ul>
   <h2>[1.18.0/0.41.0/0.0.6] 2023-09-12</h2>
   <p>This release drops the compatibility guarantee of [Go 1.19].</p>
   <h3>Added</h3>
   <ul>
   <li>Add <code>WithProducer</code> option in 
<code>go.opentelemetry.op/otel/exporters/prometheus</code> to restore the 
ability to register producers on the prometheus exporter's manual reader. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4473";>#4473</a>)</li>
   <li>Add <code>IgnoreValue</code> option in 
<code>go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest</code> to 
allow ignoring values when comparing metrics. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4447";>#4447</a>)</li>
   </ul>
   <h3>Changed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/60666c554065ac4da502fe28943eea4b938ab479";><code>60666c5</code></a>
 Release v1.19.0/v0.42.0/v0.0.7 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4568";>#4568</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/acf7146b566054dac9e10576a285bd11ed87b7e2";><code>acf7146</code></a>
 Opencensus bridge: migrate from README to Go docs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4561";>#4561</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/d3e31c3d939ecb4bc270bafd2b6e45df90339bcc";><code>d3e31c3</code></a>
 Remove deprecated opencensus.NewMetricExporter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4566";>#4566</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/1410496022e9697d0796b69788373994dd9f1e9d";><code>1410496</code></a>
 stdoutmetric: Add WithWriter and WithPrettyPrint options (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4507";>#4507</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/9bbefc6cc31995c7bdd37c69eb153fc2201c3562";><code>9bbefc6</code></a>
 dependabot updates Tue Sep 26 14:35:10 UTC 2023 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4559";>#4559</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/0425c09c31f7568e2aa56fd6ccd5abcfbe3cfede";><code>0425c09</code></a>
 Add dice example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4539";>#4539</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/612208d0460367525f7aba4db1074f8441695600";><code>612208d</code></a>
 Fix typos in comments (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4553";>#4553</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/2a8fddaf5818a7e39db7ddf5fb2db345234f4458";><code>2a8fdda</code></a>
 stdouttrace: Fix WithPrettyPrint comment (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4544";>#4544</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/3c1621bdbb9bde9be796195d270bb4f9fc334763";><code>3c1621b</code></a>
 dependabot updates Sun Sep 24 14:25:44 UTC 2023 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4552";>#4552</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-go/commit/10b9f90fe4acdb670d0d8110da2c7a77a3272beb";><code>10b9f90</code></a>
 sdk/metric: Update package example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4540";>#4540</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.0...v1.19.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&package-manager=go_modules&previous-version=1.11.0&new-version=1.19.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>


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