Skip to content

Release v1.10.0

Compare
Choose a tag to compare
@srv-gh-o11y-gdi srv-gh-o11y-gdi released this 22 Apr 12:55
· 887 commits to main since this release
078fbec

This is a regular release that tracks the upstream instrumentation repo v1.13.0. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.13.0. For manually adding custom metrics we suggest using Micrometer version 1.8.5. 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.13.0.
  • Micrometer dependency has been updated to version 1.8.5.

🛠️ Bugfixes

  • Fix NullPointerException on context tracking when JFR event on JDK 17 provides no thread - #743

🌟 Enhancements

  • Added host.name and container.id tags to Micrometer metrics - #726
  • Added support for exporting events in profiler in pprof format which can be enabled using the splunk.profiler.cpu.data.format setting - #684
  • Added profiler setting splunk.profiler.max.stack.depth to limit maximum depth of exported stack traces - #739