dependabot[bot] opened a new pull request, #12025: URL: https://github.com/apache/camel/pull/12025
Bumps [io.opentelemetry:opentelemetry-semconv](https://github.com/open-telemetry/opentelemetry-java) from 1.28.0-alpha to 1.30.1-alpha. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-semconv's releases</a>.</em></p> <blockquote> <h2>Version 1.30.0</h2> <h3>API</h3> <h4>Incubator</h4> <ul> <li>Add experimental synchronous gauge (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5506">#5506</a>)</li> </ul> <h3>SDK</h3> <h4>Metrics</h4> <ul> <li>Add attributes advice API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5677">#5677</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5722">#5722</a>)</li> <li>Add AttributesProcessor toString, add attribute filter helper (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5765">#5765</a>)</li> <li>Increase metric name maximum length from 63 to 255 characters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5697">#5697</a>)</li> </ul> <h4>Exporter</h4> <ul> <li>Prometheus exporter: remove non-ucum units from conversion (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5719">#5719</a>)</li> <li>Prometheus exporter: add units to metric names in TYPE and HELP comments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5718">#5718</a>)</li> </ul> <h4>SDK Extensions</h4> <ul> <li>Add support for file based configuration to incubator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5687">#5687</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5751">#5751</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5758">#5758</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5757">#5757</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5755">#5755</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5763">#5763</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5766">#5766</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5773">#5773</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5771">#5771</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5779">#5779</a>)</li> <li>Autoconfigure ConfigProperties#getMap filters entries with blank values instead of throwing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5784">#5784</a>)</li> </ul> <h3>Semantic conventions</h3> <ul> <li>DEPRECATION: <code>io.opentelemetry:opentelemetry-semconv</code> is deprecated for removal. Please use <code>io.opentelemetry.semconv:opentelemetry-semconv:1.21.0-alpha</code> instead, which is published from <a href="https://github.com/open-telemetry/semantic-conventions-java">open-telemetry/semantic-conventions-java</a>. The new repository is published in lockstep with <a href="https://github.com/open-telemetry/semantic-conventions">open-telemetry/semantic-conventions</a>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5786">#5786</a>)</li> </ul> <h3>Project Tooling</h3> <ul> <li>Update Gradle Wrapper from 8.2.1 to 8.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5728">#5728</a>)</li> <li>Remove dependabot and <code>update-gradle-wrapper</code> task in favor of renovate (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5746">#5746</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/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/brunobat"><code>@​brunobat</code></a> <a href="https://github.com/dashpole"><code>@​dashpole</code></a> <a href="https://github.com/dependabot"><code>@​dependabot</code></a> <a href="https://github.com/Emily-Jiang"><code>@​Emily-Jiang</code></a> <a href="https://github.com/erenming"><code>@​erenming</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/jsuereth"><code>@​jsuereth</code></a> <a href="https://github.com/mateuszrzeszutek"><code>@​mateuszrzeszutek</code></a> <a href="https://github.com/tigrannajaryan"><code>@​tigrannajaryan</code></a> <a href="https://github.com/trask"><code>@​trask</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/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-semconv's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>Version 1.32.0 (2023-11-13)</h2> <h3>API</h3> <ul> <li>Stabilize explicit bucket boundaries advice API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897">#5897</a>)</li> <li>Allow events to be emitted with timestamp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928">#5928</a>)</li> </ul> <h4>Context</h4> <ul> <li>Add null check to StrictContextStorage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954">#5954</a>)</li> </ul> <h4>Incubator</h4> <ul> <li>Experimental support for Log AnyValue body (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880">#5880</a>)</li> </ul> <h3>SDK</h3> <h4>Metrics</h4> <ul> <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820">#5820</a>)</li> <li>Fix delta metric storage concurrency bug that allows for lost writes when record operations occur during collection. The fix introduces additional work on record threads to ensure correctness. The additional overhead is non-blocking and should be small according to performance testing. Still, there may be an opportunity for further optimization. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932">#5932</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976">#5976</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887">#5887</a>)</li> <li>JdkHttpSender should retry on connect exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867">#5867</a>)</li> <li>Expand the set of retryable exceptions in JdkHttpSender (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942">#5942</a>)</li> <li>Identify OTLP export calls with context key used for instrumentation suppression (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918">#5918</a>)</li> </ul> <h4>Testing</h4> <!-- 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/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> -- 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]
