Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go.opentelemetry.io/otel from 1.15.0 to 1.16.0 (jaegertracing#4464)
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.14.0 to 1.16.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.16.0/0.39.0] 2023-05-18</h2> <p>This release contains the first stable release of the OpenTelemetry Go [metric API]. Our project stability guarantees now apply to the <code>go.opentelemetry.io/otel/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>The <code>go.opentelemetry.io/otel/semconv/v1.19.0</code> package. The package contains semantic conventions from the <code>v1.19.0</code> version of the OpenTelemetry specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/3848">#3848</a>)</li> <li>The <code>go.opentelemetry.io/otel/semconv/v1.20.0</code> package. The package contains semantic conventions from the <code>v1.20.0</code> version of the OpenTelemetry specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4078">#4078</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Use <code>strings.Cut()</code> instead of <code>string.SplitN()</code> for better readability and memory use. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4049">#4049</a>)</li> </ul> <h3>Removed</h3> <ul> <li>The deprecated <code>go.opentelemetry.io/otel/metric/instrument</code> package is removed. Use <code>go.opentelemetry.io/otel/metric</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4055">#4055</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix build for BSD based systems in <code>go.opentelemetry.io/otel/sdk/resource</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4077">#4077</a>)</li> </ul> <h2>[1.16.0-rc.1/0.39.0-rc.1] 2023-05-03</h2> <p>This is a release candidate for the v1.16.0/v0.39.0 release. That release is expected to include the <code>v1</code> release of the OpenTelemetry Go metric API and will provide stability guarantees of that API. 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>Support global <code>MeterProvider</code> in <code>go.opentelemetry.io/otel</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4039">#4039</a>) <ul> <li>Use <code>Meter</code> for a <code>metric.Meter</code> from the global <code>metric.MeterProvider</code>.</li> <li>Use <code>GetMeterProivder</code> for a global <code>metric.MeterProvider</code>.</li> <li>Use <code>SetMeterProivder</code> to set the global <code>metric.MeterProvider</code>.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Move the <code>go.opentelemetry.io/otel/metric</code> module to the <code>stable-v1</code> module set. This stages the metric API to be released as a stable module. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4038">#4038</a>)</li> </ul> <h3>Removed</h3> <ul> <li>The <code>go.opentelemetry.io/otel/metric/global</code> package is removed. Use <code>go.opentelemetry.io/otel</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4039">#4039</a>)</li> </ul> <h2>[1.15.1/0.38.1] 2023-05-02</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e0852d609c4a4205d550e2de45afdbf80d43557b"><code>e0852d6</code></a> Release v1.16.0/v0.39.0 -- Stable Metric API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4100">#4100</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3fca55af7a61ae6be7433e76457d8366f24516aa"><code>3fca55a</code></a> dependabot updates Sun May 21 15:20:04 UTC 2023 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4126">#4126</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/39cf62beea00469edcb52464fbb622122b6b1048"><code>39cf62b</code></a> Bump lycheeverse/lychee-action from 1.7.0 to 1.8.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4104">#4104</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/987422d55f94aee545e5b67a4df1f1a39be2d2a9"><code>987422d</code></a> sdk/metric: Fix import comments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4086">#4086</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8dcabc3ef9b451e14c014a5e11b38b02f20c12ca"><code>8dcabc3</code></a> feat(ci): Add codespell to Makefile and GitHub Actions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/3996">#3996</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/c3b48e2c1e645bc62fe7f1a6f12e13172ecee044"><code>c3b48e2</code></a> [chore] Run generate before lint (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4093">#4093</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/f95bee22b92fb323eef80a3a3c74bbbf80fd2937"><code>f95bee2</code></a> Use strings.Cut() instead of string.SplitN() (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4049">#4049</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8445f2130554fae70dc97906c5d5eb46ef1a82c0"><code>8445f21</code></a> Add semconv/v1.20.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4078">#4078</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/fadd3d6a63fe622bc3d5f08fba090e9abeb8db2e"><code>fadd3d6</code></a> [SDK][Trace] Add tests for default id generator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4043">#4043</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/1dff818526e06c28f96816dbfb1a8f2fae87924e"><code>1dff818</code></a> [website_docs] Update path to spec, run formatter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/4084">#4084</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.14.0...v1.16.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.14.0&new-version=1.16.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> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Yuri Shkuro <github@ysh.us> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information