Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 16:55
· 1343 commits to main since this release
9ba0d87

This release uses OpenTelemetry Instrumentation for Java version 0.15.1. If you want to extend the instrumentation manually, use the OpenTelemetry Java API version 0.15.0. Consult the release notes linked above for upstream changes.

☢️ Breaking changes

  • Property otel.exporter has been split into otel.trace.exporter and otel.metrics.exporter
  • There were lots of other configuration property name changes, please consult OpenTelemetry Javaagent release 0.15.0 for a more comprehensive list.
  • Configuration property otel.exporter.jaeger.service.name no longer works with this release. To configure the service name please add the service.name key to the OpenTelemetry Resource, e.g. OTEL_RESOURCE_ATTRIBUTES=service.name=myservice.

📈 Improvements

  • Collect WebLogic specific attributes #81
  • Instrument Servlet API to add Server-Timing header #96
  • Instrument Netty 3.8 to add Server-Timing header #100
  • Enable Spring Batch item-level instrumentation by default #101
  • Detect TomEE version #102

🛠️ Bug fixes

🧪 Test improvements

  • Add Windows smoke tests for Jetty, Tomcat, GlassFish #87
  • Add Windows smoke tests for WildFly #92
  • Test all proprietary Docker images in CI #103