Skip to content

Release v1.16.0

Compare
Choose a tag to compare
@srv-gh-o11y-gdi srv-gh-o11y-gdi released this 16 Sep 09:38
· 791 commits to main since this release
7a2b38b

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

🌟 Enhancements

  • Implemented automatic service name detection for Spring Boot applications.
  • Implemented automatic service name detection for servlet applications. The agent will now look for the value of the top-level display-name tag in the web.xml file and use it as the service.name resource attribute, in case the user hasn't provided it.