Skip to content

Release v1.7.0

Compare
Choose a tag to compare
released this 17 Jan 17:21
· 1020 commits to main since this release
6c048a0

This release uses OpenTelemetry Instrumentation for Java version 1.10.0. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.10.0. For manually adding custom metrics we suggest using Micrometer version 1.8.2. Please consult the release notes linked above for upstream changes.

🗒 General notes

  • OpenTelemetry Java SDK and OpenTelemetry Instrumentation for Java dependencies have been updated to version 1.10.0.
  • Micrometer dependency has been updated to version 1.8.2.

❗ Deprecations

  • Deprecated splunk.profiler.period.threaddump config setting in favor of GDI-spec compatible splunk.profiler.call.stack.interval.

🌟 Enhancements

  • Added a new splunk.profiler.memory.enabled property that enables all memory profiling features.
  • Implemented a sampler for allocation-related profiling events. It can be enabled by setting the splunk.profiler.memory.sampler.interval property. The default value is 1; set the value to 2 or higher to sample data every nth allocation event.