Skip to content

Releases: signalfx/splunk-otel-go

v1.17.0

22 May 16:49
v1.17.0
bcfa4bd
Compare
Choose a tag to compare

v1.16.0

26 Apr 17:44
v1.16.0
a4cd10f
Compare
Choose a tag to compare

v1.15.0

11 Apr 07:43
v1.15.0
ae6e64f
Compare
Choose a tag to compare

v1.14.0

26 Feb 18:23
v1.14.0
43738fe
Compare
Choose a tag to compare

This release upgrades OpenTelemetry Go to v1.24.0/v0.46.0 and OpenTelemetry Go Contrib to v1.24.0/v0.49.0/v0.18.0/v0.4.0.
This minor release is the last to support Go 1.20. The next minor release will require at least Go 1.21.

Fixed

  • Drop errant build tags in github.com/signalfx/splunk-otel-go/instrumentation/k8s.io/client-go/splunkclient-go, allowing import with Go 1.20+. (#2891)

v1.13.0

09 Feb 08:09
v1.13.0
8bb6785
Compare
Choose a tag to compare

This release upgrades OpenTelemetry Go to v1.23.1/v0.45.2 and OpenTelemetry Go Contrib to v1.23.0/v0.48.0/v0.17.0/v0.3.0.

Fixed

  • Allow bumping OpenTelemetry Go (go.opentelemetry.io/otel) without bumping the Splunk Distribution (github.com/signalfx/splunk-otel-go). It fixes a merge resource runtime error, which could occur when the application uses a version of OpenTelemetry Go that is newer than the one which the Splunk Distribution is depending on. (#2759)

v1.12.0

18 Jan 20:52
v1.12.0
b3e97d4
Compare
Choose a tag to compare

This release deprecates jaeger-thrift-splunk option support for OTEL_TRACES_EXPORTER environment variable.

This release upgrades OpenTelemetry Go to v1.22.0/v0.45.0 and OpenTelemetry Go Contrib to 1.22.0/0.47.0/0.16.0/0.2.0.

Deprecated

  • jaeger-thrift-splunk trace exporter is deprecated and may be removed in a future release. Use the default OTLP exporter instead, or set the SPLUNK_REALM and SPLUNK_ACCESS_TOKEN environment variables to send telemetry directly to Splunk Observability Cloud. (#2690)

v1.11.0

16 Nov 22:40
v1.11.0
523e344
Compare
Choose a tag to compare

The release adds support for sending metrics directly to Splunk Observability Cloud.

This release upgrades OpenTelemetry Go to v1.21.0/v0.44.0 and OpenTelemetry Go Contrib to v1.21.1/v0.46.1/v0.15.1/v0.1.1.

Add

  • Add the WithIDGenerator option to github.com/signalfx/splunk-otel-go/distro. (#2634)
  • Metrics are sent directly to Splunk Observability Cloud when SPLUNK_REALM is set. (#2637)

v1.10.0

10 Nov 19:32
v1.10.0
b203eba
Compare
Choose a tag to compare

v1.9.0

29 Sep 14:42
v1.9.0
fe1ea33
Compare
Choose a tag to compare

v1.8.1

15 Sep 20:14
v1.8.1
fd7efa2
Compare
Choose a tag to compare

This release is built on top of OpenTelemetry Go to v1.18.0/v0.41.0/v0.0.6 and OpenTelemetry Go Contrib to v1.19.0/v0.44.0/v0.13.0.

Removed

  • Drop support for Go 1.19 as go.opentelemetry.io/otel did the same in v1.18.0. (#2492)