Skip to content

Releases: signalfx/splunk-otel-java

Release v0.3.0

10 Nov 17:05
e9c8857
Compare
Choose a tag to compare

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.

Release v0.2.1

26 Oct 16:52
d51b54f
Compare
Choose a tag to compare

Fix: rename JDBC spans to lower cardinality names

Release v0.2.0

19 Oct 11:16
373516e
Compare
Choose a tag to compare

Release v0.1.0

21 Sep 15:12
7aa8bab
Compare
Choose a tag to compare
Release first public version 0.1.0

Release v0.0.1

09 Sep 11:01
1a2a199
Compare
Choose a tag to compare
First preliminary release