-
Notifications
You must be signed in to change notification settings - Fork 815
Commit 1ae726e
authored
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.14.0-alpha to 2.15.0-alpha (#1326)
Bumps
[io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
from 2.14.0-alpha to 2.15.0-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.14.0</h2>
<p>This release targets the OpenTelemetry SDK 1.48.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>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>
<li>The experimental opt-in <code>jvm.buffer.memory.usage</code> metric
was renamed to <code>jvm.buffer.memory.used</code> in order to follow
general semantic convention naming</li>
<li>The Http <code>*TelemetryBuilder</code> generic signatures were
simplified (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12858">#12858</a>)</li>
</ul>
<h3>🌟 New javaagent instrumentation</h3>
<ul>
<li>AWS Bedrock instrumentation, following <a
href="https://github.com/open-telemetry/semantic-conventions/tree/main/docs/gen-ai#semantic-conventions-for-generative-ai-systems">Gen
AI semantic conventions</a> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13355">#13355</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13408">#13408</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13473">#13473</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13410">#13410</a>)</li>
<li>ActiveJ HTTP server (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13335">#13335</a>)</li>
<li>Spring Pulsar (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13320">#13320</a>)</li>
</ul>
<h3>🌟 New library instrumentation</h3>
<ul>
<li>AWS Bedrock instrumentation, following <a
href="https://github.com/open-telemetry/semantic-conventions/tree/main/docs/gen-ai#semantic-conventions-for-generative-ai-systems">Gen
AI semantic conventions</a> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13355">#13355</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13408">#13408</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13473">#13473</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13410">#13410</a>)</li>
</ul>
<h3>📈 Enhancements</h3>
<ul>
<li>Support virtual threads in Spring Scheduling instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13370">#13370</a>)</li>
<li>Redact query string values for http client spans (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13114">#13114</a>)</li>
<li>Support attribute lowercase modifier in JMX metrics yaml definitions
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13385">#13385</a>)</li>
<li>Add tapir path matching within pekko instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13386">#13386</a>)</li>
<li>Support latest Axis2 version (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13490">#13490</a>)</li>
<li>Add instrumentation for Lambda Java interface HandleStreamRequest
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13466">#13466</a>)</li>
<li>Remove usage of gRPC internal api (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13510">#13510</a>)</li>
<li>Add options to disable gRPC per-message events (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13443">#13443</a>)</li>
<li>Add <a
href="https://github.com/WithSpan"><code>@WithSpan</code></a> option to
break from existing context and start a new trace (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13112">#13112</a>)</li>
</ul>
<h3>🛠️ Bug fixes</h3>
<ul>
<li>Fix <code>NoSuchElementException</code> thrown by Akka
instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13360">#13360</a>)</li>
<li>Fix Spring Boot Starter MDC instrumentation for Logback not
injecting <code>trace_id</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13391">#13391</a>)</li>
<li>Fix opt-in invoke dynamic instrumentation mechanism in OpenJ9 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13282">#13282</a>)</li>
<li>Fix spans in Pekko instrumentation on server timeout (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13435">#13435</a>)</li>
<li>Avoid overriding user's <code>trace_id</code> in Log4j MDC
instrumentation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13479">#13479</a>)</li>
<li>Fix gRPC message ID attribute (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13443">#13443</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/123liuziming"><code>@123liuziming</code></a>
<a href="https://github.com/anuraaga"><code>@anuraaga</code></a>
<a href="https://github.com/breedx-splk"><code>@breedx-splk</code></a>
<a href="https://github.com/chlos"><code>@chlos</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>
<h2>Version 2.15.0 (2025-04-10)</h2>
<h3>📈 Enhancements</h3>
<ul>
<li>Delete deprecated java http client classes
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13527">#13527</a>)</li>
<li>Support latest version of kafka client library
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13544">#13544</a>)</li>
<li>Implement genai events for bedrock (streaming)
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13507">#13507</a>)</li>
<li>JMX metrics support unit conversion
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13448">#13448</a>)</li>
<li>Rename experimental method, use Telemetry instead of Metrics
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13574">#13574</a>)</li>
<li>End metric description with dot
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13559">#13559</a>)</li>
<li>Add initial gen_ai instrumentation of bedrock InvokeModel
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13547">#13547</a>)</li>
<li>Delete deprecated library instrumentation methods
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13575">#13575</a>)</li>
<li>Add experimental http client url.template attribute
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13581">#13581</a>)</li>
<li>Add <code>error.type</code> for JDBC under
<code>otel.semconv-stability.opt-in</code> flag
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13331">#13331</a>)</li>
<li>Add azure resource provider
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13627">#13627</a>)</li>
<li>Remove <code>aws.endpoint</code> attribute from SQS instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13620">#13620</a>)</li>
<li>Avoid conflicts with user-defined Apache Dubbo filters with default
order
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13625">#13625</a>)</li>
<li>Support filtering negative values from JMX metrics
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13589">#13589</a>)</li>
<li>Instrument bedrock InvokeModelWithResponseStream
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13607">#13607</a>)</li>
<li>Use context instead of request attributes for servlet async
instrumentation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13493">#13493</a>)</li>
<li>Improve handling of quoted table names
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13612">#13612</a>)</li>
</ul>
<h3>🛠️ Bug fixes</h3>
<ul>
<li>Fix aws timeseries requests misdetected as dynamodb
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13579">#13579</a>)</li>
<li>Fix pekko route naming
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13491">#13491</a>)</li>
<li>Fix route handling when local root span wasn't created by
instrumentation api</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 6d51883 commit 1ae726eCopy full SHA for 1ae726e
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments