Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 17:05
· 1443 commits to main since this release
e9c8857

This release uses OpenTelemetry Java instrumentation v0.10.1. Please consult the release notes linked above for upstream changes.

☢️ Breaking changes

  • Starting from this release we use Jaeger-Thrift as the default exporter! If you used one of the configuration option of the Zipkin exporter below, you have to change to to the corresponding Jaeger exporter option.
Zipkin Jaeger
otel.exporter.zipkin.endpoint otel.exporter.jaeger.endpoint
OTEL_EXPORTER_ZIPKIN_ENDPOINT OTEL_EXPORTER_JAEGER_ENDPOINT
otel.exporter.zipkin.service.name otel.exporter.jaeger.service.name
OTEL_EXPORTER_ZIPKIN_SERVICE_NAME OTEL_EXPORTER_JAEGER_SERVICE_NAME
  • We don't add splunk.instrumentation_library.XXX span attributes any more. Instead use standard OpenTelemetry otel.library.XXX attributes.