You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/08 06:06:54 UTC

[PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

dependabot[bot] opened a new pull request, #12691:
URL: https://github.com/apache/camel/pull/12691

   Bumps `opentelemetry-version` from 1.33.0 to 1.34.0.
   Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.33.0 to 1.34.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-sdk-testing's releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.34.0</h2>
   <p><strong>NOTE:</strong> This is the LAST release for <code>opentelemetry-exporter-jaeger</code> and <code>opentelemetry-exporter-jaeger-thift</code>. Jaeger has <a href="https://opentelemetry.io/blog/2022/jaeger-native-otlp/">native support for OTLP</a>, and users should export to jaeger using <a href="https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies">OTLP</a> instead.</p>
   <h3>API</h3>
   <ul>
   <li>Ability to access version.properties API file with GraalVM native (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095">#6095</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Only call SpanProcessor onStart / onEnd if required (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112">#6112</a>)</li>
   <li>Add option to export unsampled spans from span processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057">#6057</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Memory Mode: Adding first part support for synchronous instruments - storage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998">#5998</a>)</li>
   <li>Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093">#6093</a>)</li>
   <li>Convert histogram measurements to double before passing recording exemplar reservoir (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024">#6024</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Add compressor SPI to support additional compression algos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990">#5990</a>)</li>
   <li>Test OTLP exporters with different OkHttp versions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045">#6045</a>)</li>
   <li>Refactor prometheus exporter to use <code>io.prometheus:prometheus-metrics-exporter-httpserver</code>, add exponential Histogram support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015">#6015</a>)</li>
   <li>UpstreamGrpcSenderProvider uses minimal fallback managed channel when none is specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110">#6110</a>)</li>
   <li>OTLP exporters propagate serialization IOException instead of rethrowing as runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082">#6082</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure reads normalized otel.config.file property (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105">#6105</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/asafm"><code>@​asafm</code></a>
   <a href="https://github.com/axw"><code>@​axw</code></a>
   <a href="https://github.com/fax4ever"><code>@​fax4ever</code></a>
   <a href="https://github.com/fstab"><code>@​fstab</code></a>
   <a href="https://github.com/HaloFour"><code>@​HaloFour</code></a>
   <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a>
   <a href="https://github.com/jeanbisutti"><code>@​jeanbisutti</code></a>
   <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a>
   <a href="https://github.com/lchdev"><code>@​lchdev</code></a>
   <a href="https://github.com/nluk"><code>@​nluk</code></a>
   <a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>
   <a href="https://github.com/patrick-me"><code>@​patrick-me</code></a>
   <a href="https://github.com/ricardo-mestre"><code>@​ricardo-mestre</code></a>
   <a href="https://github.com/TomasChladekSL"><code>@​TomasChladekSL</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-sdk-testing's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.34.0 (2024-01-05)</h2>
   <p><strong>NOTE:</strong> This is the LAST release for <code>opentelemetry-exporter-jaeger</code>
   and <code>opentelemetry-exporter-jaeger-thift</code>. Jaeger
   has <a href="https://opentelemetry.io/blog/2022/jaeger-native-otlp/">native support for OTLP</a>, and users
   should export to jaeger
   using <a href="https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies">OTLP</a>
   instead.</p>
   <h3>API</h3>
   <ul>
   <li>Ability to access version.properties API file with GraalVM native
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095">#6095</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Only call SpanProcessor onStart / onEnd if required
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112">#6112</a>)</li>
   <li>Add option to export unsampled spans from span processors
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057">#6057</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Memory Mode: Adding first part support for synchronous instruments - storage
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998">#5998</a>)</li>
   <li>Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093">#6093</a>)</li>
   <li>Convert histogram measurements to double before passing recording exemplar reservoir
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024">#6024</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Add compressor SPI to support additional compression algos
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990">#5990</a>)</li>
   <li>Test OTLP exporters with different OkHttp versions
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045">#6045</a>)</li>
   <li>Refactor prometheus exporter to use <code>io.prometheus:prometheus-metrics-exporter-httpserver</code>, add
   exponential Histogram support
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015">#6015</a>)</li>
   <li>UpstreamGrpcSenderProvider uses minimal fallback managed channel when none is specified
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110">#6110</a>)</li>
   <li>OTLP exporters propagate serialization IOException instead of rethrowing as runtime
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082">#6082</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure reads normalized otel.config.file property
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105">#6105</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/0201c613e3087bfc1317cf9e683ed4681c71edd4"><code>0201c61</code></a> [release/v1.34.x] Prepare release 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6117">#6117</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1f2a8fef1745fd7be0e6c0e16317f17f7930c56d"><code>1f2a8fe</code></a> Prepare 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6115">#6115</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/07351a2e9f20ba4e47fd60b71015966263da384d"><code>07351a2</code></a> Add option to export unsampled spans from span processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6057">#6057</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f4b5bbe8293c0631c9b9de5540f6550dab6c9491"><code>f4b5bbe</code></a> Update dependency org.assertj:assertj-bom to v3.25.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6106">#6106</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/3449c58ef588a2bec990d449bb378dea310eed68"><code>3449c58</code></a> Convert histogram measurements to double before passing recording exemplar re...</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5a0dd7ef25039e1cf37c6a66fe19d6751c74bfe2"><code>5a0dd7e</code></a> Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6093">#6093</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/da7796b3b53a550a632bf206cc3da0d42c05b680"><code>da7796b</code></a> Use minimal fallback managed channel when none is specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6110">#6110</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b4ed53211bb6f893bed9dbde119847d180638862"><code>b4ed532</code></a> Propagate serialization IOException instead of rethrowing as runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6082">#6082</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/63fe7084d28388902fc6781d4c45ef942c0c224e"><code>63fe708</code></a> Only call SpanProcessor onStart / onEnd if required (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6112">#6112</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/bc0df3b4d587350134c20d196b6ecae78079837b"><code>bc0df3b</code></a> Fix autoconfigure javadoc explaining behavior when disabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6109">#6109</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.33.0...v1.34.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-sdk` from 1.33.0 to 1.34.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-sdk's releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.34.0</h2>
   <p><strong>NOTE:</strong> This is the LAST release for <code>opentelemetry-exporter-jaeger</code> and <code>opentelemetry-exporter-jaeger-thift</code>. Jaeger has <a href="https://opentelemetry.io/blog/2022/jaeger-native-otlp/">native support for OTLP</a>, and users should export to jaeger using <a href="https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies">OTLP</a> instead.</p>
   <h3>API</h3>
   <ul>
   <li>Ability to access version.properties API file with GraalVM native (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095">#6095</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Only call SpanProcessor onStart / onEnd if required (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112">#6112</a>)</li>
   <li>Add option to export unsampled spans from span processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057">#6057</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Memory Mode: Adding first part support for synchronous instruments - storage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998">#5998</a>)</li>
   <li>Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093">#6093</a>)</li>
   <li>Convert histogram measurements to double before passing recording exemplar reservoir (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024">#6024</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Add compressor SPI to support additional compression algos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990">#5990</a>)</li>
   <li>Test OTLP exporters with different OkHttp versions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045">#6045</a>)</li>
   <li>Refactor prometheus exporter to use <code>io.prometheus:prometheus-metrics-exporter-httpserver</code>, add exponential Histogram support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015">#6015</a>)</li>
   <li>UpstreamGrpcSenderProvider uses minimal fallback managed channel when none is specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110">#6110</a>)</li>
   <li>OTLP exporters propagate serialization IOException instead of rethrowing as runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082">#6082</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure reads normalized otel.config.file property (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105">#6105</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/asafm"><code>@​asafm</code></a>
   <a href="https://github.com/axw"><code>@​axw</code></a>
   <a href="https://github.com/fax4ever"><code>@​fax4ever</code></a>
   <a href="https://github.com/fstab"><code>@​fstab</code></a>
   <a href="https://github.com/HaloFour"><code>@​HaloFour</code></a>
   <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a>
   <a href="https://github.com/jeanbisutti"><code>@​jeanbisutti</code></a>
   <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a>
   <a href="https://github.com/lchdev"><code>@​lchdev</code></a>
   <a href="https://github.com/nluk"><code>@​nluk</code></a>
   <a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>
   <a href="https://github.com/patrick-me"><code>@​patrick-me</code></a>
   <a href="https://github.com/ricardo-mestre"><code>@​ricardo-mestre</code></a>
   <a href="https://github.com/TomasChladekSL"><code>@​TomasChladekSL</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-sdk's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.34.0 (2024-01-05)</h2>
   <p><strong>NOTE:</strong> This is the LAST release for <code>opentelemetry-exporter-jaeger</code>
   and <code>opentelemetry-exporter-jaeger-thift</code>. Jaeger
   has <a href="https://opentelemetry.io/blog/2022/jaeger-native-otlp/">native support for OTLP</a>, and users
   should export to jaeger
   using <a href="https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies">OTLP</a>
   instead.</p>
   <h3>API</h3>
   <ul>
   <li>Ability to access version.properties API file with GraalVM native
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095">#6095</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Only call SpanProcessor onStart / onEnd if required
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112">#6112</a>)</li>
   <li>Add option to export unsampled spans from span processors
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057">#6057</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Memory Mode: Adding first part support for synchronous instruments - storage
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998">#5998</a>)</li>
   <li>Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093">#6093</a>)</li>
   <li>Convert histogram measurements to double before passing recording exemplar reservoir
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024">#6024</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Add compressor SPI to support additional compression algos
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990">#5990</a>)</li>
   <li>Test OTLP exporters with different OkHttp versions
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045">#6045</a>)</li>
   <li>Refactor prometheus exporter to use <code>io.prometheus:prometheus-metrics-exporter-httpserver</code>, add
   exponential Histogram support
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015">#6015</a>)</li>
   <li>UpstreamGrpcSenderProvider uses minimal fallback managed channel when none is specified
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110">#6110</a>)</li>
   <li>OTLP exporters propagate serialization IOException instead of rethrowing as runtime
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082">#6082</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure reads normalized otel.config.file property
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105">#6105</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/0201c613e3087bfc1317cf9e683ed4681c71edd4"><code>0201c61</code></a> [release/v1.34.x] Prepare release 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6117">#6117</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1f2a8fef1745fd7be0e6c0e16317f17f7930c56d"><code>1f2a8fe</code></a> Prepare 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6115">#6115</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/07351a2e9f20ba4e47fd60b71015966263da384d"><code>07351a2</code></a> Add option to export unsampled spans from span processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6057">#6057</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f4b5bbe8293c0631c9b9de5540f6550dab6c9491"><code>f4b5bbe</code></a> Update dependency org.assertj:assertj-bom to v3.25.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6106">#6106</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/3449c58ef588a2bec990d449bb378dea310eed68"><code>3449c58</code></a> Convert histogram measurements to double before passing recording exemplar re...</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5a0dd7ef25039e1cf37c6a66fe19d6751c74bfe2"><code>5a0dd7e</code></a> Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6093">#6093</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/da7796b3b53a550a632bf206cc3da0d42c05b680"><code>da7796b</code></a> Use minimal fallback managed channel when none is specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6110">#6110</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b4ed53211bb6f893bed9dbde119847d180638862"><code>b4ed532</code></a> Propagate serialization IOException instead of rethrowing as runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6082">#6082</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/63fe7084d28388902fc6781d4c45ef942c0c224e"><code>63fe708</code></a> Only call SpanProcessor onStart / onEnd if required (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6112">#6112</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/bc0df3b4d587350134c20d196b6ecae78079837b"><code>bc0df3b</code></a> Fix autoconfigure javadoc explaining behavior when disabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6109">#6109</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.33.0...v1.34.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-api` from 1.33.0 to 1.34.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-api's releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.34.0</h2>
   <p><strong>NOTE:</strong> This is the LAST release for <code>opentelemetry-exporter-jaeger</code> and <code>opentelemetry-exporter-jaeger-thift</code>. Jaeger has <a href="https://opentelemetry.io/blog/2022/jaeger-native-otlp/">native support for OTLP</a>, and users should export to jaeger using <a href="https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies">OTLP</a> instead.</p>
   <h3>API</h3>
   <ul>
   <li>Ability to access version.properties API file with GraalVM native (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095">#6095</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Only call SpanProcessor onStart / onEnd if required (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112">#6112</a>)</li>
   <li>Add option to export unsampled spans from span processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057">#6057</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Memory Mode: Adding first part support for synchronous instruments - storage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998">#5998</a>)</li>
   <li>Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093">#6093</a>)</li>
   <li>Convert histogram measurements to double before passing recording exemplar reservoir (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024">#6024</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Add compressor SPI to support additional compression algos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990">#5990</a>)</li>
   <li>Test OTLP exporters with different OkHttp versions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045">#6045</a>)</li>
   <li>Refactor prometheus exporter to use <code>io.prometheus:prometheus-metrics-exporter-httpserver</code>, add exponential Histogram support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015">#6015</a>)</li>
   <li>UpstreamGrpcSenderProvider uses minimal fallback managed channel when none is specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110">#6110</a>)</li>
   <li>OTLP exporters propagate serialization IOException instead of rethrowing as runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082">#6082</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure reads normalized otel.config.file property (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105">#6105</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/asafm"><code>@​asafm</code></a>
   <a href="https://github.com/axw"><code>@​axw</code></a>
   <a href="https://github.com/fax4ever"><code>@​fax4ever</code></a>
   <a href="https://github.com/fstab"><code>@​fstab</code></a>
   <a href="https://github.com/HaloFour"><code>@​HaloFour</code></a>
   <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a>
   <a href="https://github.com/jeanbisutti"><code>@​jeanbisutti</code></a>
   <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a>
   <a href="https://github.com/lchdev"><code>@​lchdev</code></a>
   <a href="https://github.com/nluk"><code>@​nluk</code></a>
   <a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>
   <a href="https://github.com/patrick-me"><code>@​patrick-me</code></a>
   <a href="https://github.com/ricardo-mestre"><code>@​ricardo-mestre</code></a>
   <a href="https://github.com/TomasChladekSL"><code>@​TomasChladekSL</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-api's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.34.0 (2024-01-05)</h2>
   <p><strong>NOTE:</strong> This is the LAST release for <code>opentelemetry-exporter-jaeger</code>
   and <code>opentelemetry-exporter-jaeger-thift</code>. Jaeger
   has <a href="https://opentelemetry.io/blog/2022/jaeger-native-otlp/">native support for OTLP</a>, and users
   should export to jaeger
   using <a href="https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies">OTLP</a>
   instead.</p>
   <h3>API</h3>
   <ul>
   <li>Ability to access version.properties API file with GraalVM native
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095">#6095</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Only call SpanProcessor onStart / onEnd if required
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112">#6112</a>)</li>
   <li>Add option to export unsampled spans from span processors
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057">#6057</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Memory Mode: Adding first part support for synchronous instruments - storage
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998">#5998</a>)</li>
   <li>Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093">#6093</a>)</li>
   <li>Convert histogram measurements to double before passing recording exemplar reservoir
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024">#6024</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Add compressor SPI to support additional compression algos
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990">#5990</a>)</li>
   <li>Test OTLP exporters with different OkHttp versions
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045">#6045</a>)</li>
   <li>Refactor prometheus exporter to use <code>io.prometheus:prometheus-metrics-exporter-httpserver</code>, add
   exponential Histogram support
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015">#6015</a>)</li>
   <li>UpstreamGrpcSenderProvider uses minimal fallback managed channel when none is specified
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110">#6110</a>)</li>
   <li>OTLP exporters propagate serialization IOException instead of rethrowing as runtime
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082">#6082</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Autoconfigure reads normalized otel.config.file property
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105">#6105</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/0201c613e3087bfc1317cf9e683ed4681c71edd4"><code>0201c61</code></a> [release/v1.34.x] Prepare release 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6117">#6117</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1f2a8fef1745fd7be0e6c0e16317f17f7930c56d"><code>1f2a8fe</code></a> Prepare 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6115">#6115</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/07351a2e9f20ba4e47fd60b71015966263da384d"><code>07351a2</code></a> Add option to export unsampled spans from span processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6057">#6057</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f4b5bbe8293c0631c9b9de5540f6550dab6c9491"><code>f4b5bbe</code></a> Update dependency org.assertj:assertj-bom to v3.25.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6106">#6106</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/3449c58ef588a2bec990d449bb378dea310eed68"><code>3449c58</code></a> Convert histogram measurements to double before passing recording exemplar re...</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5a0dd7ef25039e1cf37c6a66fe19d6751c74bfe2"><code>5a0dd7e</code></a> Base2ExponentialHistogramAggregation maxBuckets must be &gt;= 2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6093">#6093</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/da7796b3b53a550a632bf206cc3da0d42c05b680"><code>da7796b</code></a> Use minimal fallback managed channel when none is specified (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6110">#6110</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b4ed53211bb6f893bed9dbde119847d180638862"><code>b4ed532</code></a> Propagate serialization IOException instead of rethrowing as runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6082">#6082</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/63fe7084d28388902fc6781d4c45ef942c0c224e"><code>63fe708</code></a> Only call SpanProcessor onStart / onEnd if required (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6112">#6112</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/bc0df3b4d587350134c20d196b6ecae78079837b"><code>bc0df3b</code></a> Fix autoconfigure javadoc explaining behavior when disabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6109">#6109</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.33.0...v1.34.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12691:
URL: https://github.com/apache/camel/pull/12691#issuecomment-1880431051

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

Posted by "apupier (via GitHub)" <gi...@apache.org>.
apupier commented on PR #12691:
URL: https://github.com/apache/camel/pull/12691#issuecomment-1880534753

   /component-test opentelemetry


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12691:
URL: https://github.com/apache/camel/pull/12691#issuecomment-1880535189

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

Posted by "apupier (via GitHub)" <gi...@apache.org>.
apupier merged PR #12691:
URL: https://github.com/apache/camel/pull/12691


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org