Skip to content

Release v1.11.0

Compare
Choose a tag to compare
@srv-gh-o11y-gdi srv-gh-o11y-gdi released this 18 May 16:48
· 856 commits to main since this release
d5da8ef

This is a regular release that tracks the upstream instrumentation repo v1.14.0. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.14.0. For manually adding custom metrics we suggest using Micrometer version 1.9.0. Please consult the release notes linked above for upstream changes.

🗒 General

  • OpenTelemetry Java SDK and OpenTelemetry Instrumentation for Java dependencies have been updated to version 1.14.0.
  • Micrometer dependency has been updated to version 1.9.0.
  • SignalFx metrics exporter has been updated to version 1.0.19.

🛠️ Bugfixes

  • Fixed a bug where multiple Profiler instances on a single host would generate temporary files with the same name.

🌟 Enhancements

  • Implemented support for the splunk.realm configuration property, which allows easy configuration of exporter endpoints when sending data directly to the Splunk cloud.
  • Implemented internal stack trace filtering for the allocation profiler.