Re: [PR] Bump io.opentelemetry:opentelemetry-exporter-otlp from 1.51.0 to 1.52.0 [ignite-3]

2025-07-14 Thread via GitHub


ptupitsyn merged PR #6245:
URL: https://github.com/apache/ignite-3/pull/6245


-- 
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]



[PR] Bump io.opentelemetry:opentelemetry-exporter-otlp from 1.51.0 to 1.52.0 [ignite-3]

2025-07-14 Thread via GitHub


dependabot[bot] opened a new pull request, #6245:
URL: https://github.com/apache/ignite-3/pull/6245

   Bumps 
[io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java)
 from 1.51.0 to 1.52.0.
   
   Release notes
   Sourced from https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-exporter-otlp's
 releases.
   
   Version 1.52.0
   API
   Common
   
   Promote ComponentLoader to new 
opentelemetry-common artifact, standardize SPI loading (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7446";>#7446)
   
   Context
   
   LazyStorage passes its ClassLoader when loading ContextStorageProvider 
SPI (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7424";>#7424)
   
   Incubator
   
   Add context and severity params to ExtendedLogger#isEnabled (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7268";>#7268)
   Add new convenience methods for converting DeclarativeConfigProperties 
to config model (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7453";>#7453)
   
   SDK
   
   Add custom stacktrace renderer which is length limit aware (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7281";>#7281)
   
   Metrics
   
   Propagate flush to PeriodicMetricReader's metricExporter. (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7410";>#7410)
   
   Exporters
   
   OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown 
method (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7390";>#7390)
   OTLP: profile exporters fix and test improvements (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7442";>#7442)
   OTLP: Loading Compressor SPI via ComponentLoader configured through 
setComponentLoader (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7428";>#7428)
   Prometheus: add scope schema URL and attributes (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7356";>#7356)
   Prometheus: extend prometheus declarative config support to include 
without_scope_info, with_resource_constant_labels (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6840";>#6840)
   
   Extensions
   
   Autoconfigure: fix race condition of GlobalOpenTelemetry 
initialization with AutoConfiguredOpenTelemetrySdkBuilder (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7365";>#7365)
   Declarative config: update to declarative config 1.0-rc.1 (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7436";>#7436)
   Declarative config: resolve environment variable substitution for mixed 
quotes (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7433";>#7433)
   
   🙇 Thank you
   This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:
   https://github.com/anuraaga";>@​anuraaga
   https://github.com/ArthurSens";>@​ArthurSens
   https://github.com/atoulme";>@​atoulme
   https://github.com/breedx-splk";>@​breedx-splk
   https://github.com/dol";>@​dol
   https://github.com/fandreuz";>@​fandreuz
   https://github.com/felixbarny";>@​felixbarny
   https://github.com/github-advanced-security";>@​github-advanced-security
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-exporter-otlp's
 changelog.
   
   Version 1.52.0 (2025-07-11)
   API
   Common
   
   Promote ComponentLoader to new 
opentelemetry-common artifact,
   standardize SPI loading
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7446";>#7446)
   
   Context
   
   LazyStorage passes its ClassLoader when loading ContextStorageProvider 
SPI
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7424";>#7424)
   
   Incubator
   
   Add context and severity params to ExtendedLogger#isEnabled
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7268";>#7268)
   Add new convenience methods for converting DeclarativeConfigProperties 
to config model
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7453";>#7453)
   
   SDK
   
   Add custom stacktrace renderer which is length limit aware
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7281";>#7281)
   
   Metrics
   
   Propagate flush to PeriodicMetricReader's metricExporter.
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7410";>#7410)
   
   Exporters
   
   OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown 
method
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7390";>#7390)
   OTLP: profile exporters fix and test improvements
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7442";>#7442)
   OTLP: Loading Compressor SPI via Comp