Commit 9845280
authored
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.13.0-alpha to 2.13.1-alpha (#1280)
Bumps
[io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
from 2.13.0-alpha to 2.13.1-alpha.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases">io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.13.0</h2>
<p>This release targets the OpenTelemetry SDK 1.47.0.</p>
<p>Note that many artifacts have the <code>-alpha</code> suffix attached
to their version number, reflecting that they are still alpha quality
and will continue to have breaking changes. Please see the <a
href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/VERSIONING.md#opentelemetry-java-instrumentation-versioning">VERSIONING.md</a>
for more details.</p>
<h3>Migration notes</h3>
<ul>
<li><code>io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames</code>
has been deprecated, replaced by the stable
<code>io.opentelemetry.instrumentation.api.semconv.util.SpanNames</code></li>
<li>In preparation for stabilizing HTTP library instrumentation, the
classes and methods that were deprecated in the prior two releases have
now been removed (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13135">#13135</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13150">#13150</a>)</li>
<li>Deprecated Dubbo instrumentation method was removed (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13076">#13076</a>)</li>
</ul>
<h3>🌟 New javaagent instrumentation</h3>
<ul>
<li><code>jdk.httpserver</code> instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243">#13243</a>)</li>
</ul>
<h3>🌟 New library instrumentation</h3>
<ul>
<li><code>jdk.httpserver</code> instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243">#13243</a>)</li>
</ul>
<h3>📈 Enhancements</h3>
<ul>
<li>Add database client metrics to Lettuce instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13032">#13032</a>)</li>
<li>Stabilize
io.opentelemetry.instrumentation.api.semconv.util.SpanNames (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12487">#12487</a>)</li>
<li>Implement ExtendedTextMapGetter in http server instrumentations (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13053">#13053</a>)</li>
<li>Implement ExtendedTextMapGetter in kafka-clients instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13068">#13068</a>)</li>
<li>Scrub system property secrets from process resource attribute values
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13225">#13225</a>)</li>
<li>Add database client metrics to AWS SDK 2.x DynamoDB instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13283">#13283</a>)</li>
<li>Add runtime metrics to Spring boot starter (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13173">#13173</a>)</li>
</ul>
<h3>🛠️ Bug fixes</h3>
<ul>
<li>Fix akka shutdown hanging (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13073">#13073</a>)</li>
<li>Fix MalformedInputException on z/OS (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13042">#13042</a>)</li>
<li>Fix scope leak in aws sdk instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13129">#13129</a>)</li>
<li>Fix MapConverter does not get initialized when
<code>OTEL_SDK_DISABLED</code> is set to true (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13224">#13224</a>)</li>
<li>Fix logback appender on android (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13234">#13234</a>)</li>
<li>Fix Ktor 3 CallLogging and StatusPages don't have Trace IDs (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13239">#13239</a>)</li>
<li>Fix Micrometer-bridge breaking Spring Actuator metrics (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13083">#13083</a>)</li>
</ul>
<h3>🙇 Thank you</h3>
<p>This release was possible thanks to the following contributors who
shared their brilliant ideas and awesome pull requests:</p>
<p><a href="https://github.com/adrielp"><code>@adrielp</code></a>
<a href="https://github.com/AlchemyDing"><code>@AlchemyDing</code></a>
<a href="https://github.com/bencehornak"><code>@bencehornak</code></a>
<a href="https://github.com/breedx-splk"><code>@breedx-splk</code></a>
<a href="https://github.com/brunobat"><code>@brunobat</code></a>
<a href="https://github.com/chalin"><code>@chalin</code></a>
<a href="https://github.com/e5l"><code>@e5l</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md">io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>Unreleased</h2>
<h3>Migration notes</h3>
<ul>
<li>The <code>java.net.http.HttpClient</code> instrumentation package
<code>io.opentelemetry.instrumentation.httpclient</code> was deprecated
in favor of the new package name
<code>io.opentelemetry.instrumentation.javahttpclient</code></li>
</ul>
<h2>Version 2.13.1 (2025-02-18)</h2>
<h3>🛠️ Bug fixes</h3>
<ul>
<li>Backport: Fix double instrumentation of Java runtime metrics
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13339">#13339</a>)</li>
</ul>
<h2>Version 2.13.0 (2025-02-17)</h2>
<h3>Migration notes</h3>
<ul>
<li><code>io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames</code>
has been deprecated,
replaced by the stable
<code>io.opentelemetry.instrumentation.api.semconv.util.SpanNames</code></li>
<li>In preparation for stabilizing HTTP library instrumentation, the
classes and methods
that were deprecated in the prior two releases have now been removed
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13135">#13135</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13150">#13150</a>)</li>
<li>Deprecated Dubbo instrumentation method was removed
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13076">#13076</a>)</li>
</ul>
<h3>🌟 New javaagent instrumentation</h3>
<ul>
<li><code>jdk.httpserver</code> instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243">#13243</a>)</li>
</ul>
<h3>🌟 New library instrumentation</h3>
<ul>
<li><code>jdk.httpserver</code> instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243">#13243</a>)</li>
</ul>
<h3>📈 Enhancements</h3>
<ul>
<li>Add database client metrics to Lettuce instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13032">#13032</a>)</li>
<li>Stabilize
io.opentelemetry.instrumentation.api.semconv.util.SpanNames
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12487">#12487</a>)</li>
<li>Implement ExtendedTextMapGetter in http server instrumentations
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13053">#13053</a>)</li>
<li>Implement ExtendedTextMapGetter in kafka-clients instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13068">#13068</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 629ec3a commit 9845280
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments