dependabot[bot] opened a new pull request, #12508: URL: https://github.com/apache/druid/pull/12508
Bumps [opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.7.0-alpha to 1.13.1-alpha. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases">opentelemetry-instrumentation-bom-alpha's releases</a>.</em></p> <blockquote> <h2>Version 1.13.0</h2> <p>This release targets the OpenTelemetry SDK 1.13.0.</p> <p>Note that all artifacts other than <code>io.opentelemetry.javaagent:opentelemetry-javaagent</code> 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>Micrometer instrumentation is now automatically applied to spring-boot-actuator apps</li> <li>Some configuration properties have been renamed: <ul> <li><code>otel.instrumentation.common.experimental.suppress-controller-spans</code> -> <code>otel.instrumentation.common.experimental.controller-telemetry.enabled</code> (important: note that the meaning is inverted)</li> <li><code>otel.instrumentation.common.experimental.suppress-view-spans</code> -> <code>otel.instrumentation.common.experimental.view-telemetry.enabled</code> (important: note that the meaning is inverted)</li> <li><code>otel.instrumentation.netty.always-create-connect-span</code> -> <code>otel.instrumentation.netty.connection-telemetry.enabled</code></li> <li><code>otel.instrumentation.reactor-netty.always-create-connect-span</code> -> <code>otel.instrumentation.reactor-netty.connection-telemetry.enabled</code></li> </ul> </li> <li>Runtime memory metric names were updated to reflect <a href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/runtime-environment-metrics.md#jvm-metrics">semantic conventions</a></li> <li>Micrometer library instrumentation has been deprecated as it has been moved to the core repo and is now published under <code>io.opentelemetry:opentelemetry-micrometer1-shim</code></li> <li>Library instrumentation entry points have been renamed from <code>*Tracing</code> to <code>*Telemetry</code></li> </ul> <h3>π New javaagent instrumentation</h3> <ul> <li>GraphQL (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5583">#5583</a>)</li> <li>JBoss Log Manager (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5737">#5737</a>)</li> <li>Apache HttpClient 5.x async client (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5697">#5697</a>)</li> </ul> <h3>π New library instrumentation</h3> <ul> <li>GraphQL (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5583">#5583</a>)</li> <li>Ktor 2 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5797">#5797</a>)</li> </ul> <h3>π Enhancements</h3> <ul> <li>Elasticsearch rest client low cardinality span names (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5584">#5584</a>)</li> <li>Implement "Prometheus mode" for better micrometer->OTel->Prometheus support (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5537">#5537</a>)</li> <li>Apply micrometer instrumentation to spring-boot-actuator apps (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5666">#5666</a>)</li> <li>Sql sanitizer: handle double quoted table names (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5699">#5699</a>)</li> <li>Spring Boot Starter service-name is constant (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5359">#5359</a>)</li> <li>Update runtime memory metrics to reflect semantic conventions (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5718">#5718</a>)</li> <li>change rpc type in apache dubbo (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5432">#5432</a>)</li> <li>Rework context propagation to redisson async callback (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5748">#5748</a>)</li> <li>Resolve end strategy after WithSpan method instead of before. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5756">#5756</a>)</li> <li>Allow scanning instrumented reactor publishers and only allow registeβ¦ (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5755">#5755</a>)</li> <li>Faster type matching (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5724">#5724</a>)</li> <li>Use UnsynchronizedAppenderBase as base class for our logback appender (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5818">#5818</a>)</li> <li>Do not set the http.route attribute in JSF instrumentations (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5819">#5819</a>)</li> <li>Use micrometer1-shim in micrometer javaagent instrumentation, deprecate library instrumentation (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5820">#5820</a>)</li> <li>Rename netty <code>always-create-connect-span</code> property to <code>connection-telemetry</code> (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5834">#5834</a>)</li> <li>Update the http.route attribute even for not sampled server spans (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5844">#5844</a>)</li> </ul> <h3>π οΈ Bug fixes</h3> <ul> <li>Fix possible deadlock (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/issues/5585">#5585</a>)</li> </ul> <!-- 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">opentelemetry-instrumentation-bom-alpha's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Version 1.13.1 (2022-04-22)</h2> <h3>π οΈ Bug fixes</h3> <ul> <li>Fix duplicate class error on Android build (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5882">#5882</a>)</li> <li>Fix spring-kafka single record instrumentation (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5904">#5904</a>)</li> </ul> <h2>Version 1.13.0 (2022-04-19)</h2> <h3>Migration notes</h3> <ul> <li>Micrometer instrumentation is now automatically applied to spring-boot-actuator apps</li> <li>Some configuration properties have been renamed: <ul> <li><code>otel.instrumentation.common.experimental.suppress-controller-spans</code> -> <code>otel.instrumentation.common.experimental.controller-telemetry.enabled</code> (important: note that the meaning is inverted)</li> <li><code>otel.instrumentation.common.experimental.suppress-view-spans</code> -> <code>otel.instrumentation.common.experimental.view-telemetry.enabled</code> (important: note that the meaning is inverted)</li> <li><code>otel.instrumentation.netty.always-create-connect-span</code> -> <code>otel.instrumentation.netty.connection-telemetry.enabled</code></li> <li><code>otel.instrumentation.reactor-netty.always-create-connect-span</code> -> <code>otel.instrumentation.reactor-netty.connection-telemetry.enabled</code></li> </ul> </li> <li>Runtime memory metric names were updated to reflect <a href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/runtime-environment-metrics.md#jvm-metrics">semantic conventions</a></li> <li>Micrometer library instrumentation has been deprecated as it has been moved to the core repo and is now published under <code>io.opentelemetry:opentelemetry-micrometer1-shim</code></li> <li>Library instrumentation entry points have been renamed from <code>*Tracing</code> to <code>*Telemetry</code></li> </ul> <h3>π New javaagent instrumentation</h3> <ul> <li>GraphQL (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5583">#5583</a>)</li> <li>JBoss Log Manager (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5737">#5737</a>)</li> <li>Apache HttpClient 5.x async client (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5697">#5697</a>)</li> </ul> <h3>π New library instrumentation</h3> <ul> <li>GraphQL (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5583">#5583</a>)</li> <li>Ktor 2 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-instrumentation/pull/5797">#5797</a>)</li> </ul> <h3>π Enhancements</h3> <!-- 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 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]
