Skip to content

Release v0.12.0 (Release Candidate)

Compare
Choose a tag to compare
@mateuszrzeszutek mateuszrzeszutek released this 25 May 10:36
· 1291 commits to main since this release
4691f9d

This release is intended to be the final release before 1.0.0.

This release uses OpenTelemetry Instrumentation for Java version 1.2.0. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.2.0. Please consult the release notes linked above for upstream changes.

☢️ Breaking Changes

  • The metrics component will now be turned off by default. You can re-enable it by setting
    SPLUNK_METRICS_ENABLED to true.

🌟 Enhancements

  • The agent will now set a resource attribute splunk.distro.version with its own version.
  • The CloudFoundry buildpack file for Splunk Distribution of OpenTelemetry Java will now be built as a part of the
    release process and will be attached to the GitHub release.