Skip to content

Releases: signalfx/splunk-otel-go

v0.2.0

27 Apr 22:45
v0.2.0
ba69c6c
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

The primary change of this release is updating the dependency of go.opentelemetry.io/otel* packages from v0.19.0 to v0.20.0 and similarly go.opentelemetry.io/contrib* package from v0.19.0 to v0.20.0. This includes a fix in the Jaeger exporter. This fix removes the duplicate batching that the exporter implemented. Now the BatchSpanProcessor that the distro package configures by default will not experience an impedance mismatch with this duplicate batching.

Changed

  • Update go.opentelemetry.io/otel* dependencies from v0.19.0 to v0.20.0.
  • Update go.opentelemetry.io/contrib* dependencies from v0.19.0 to v0.20.0.

v0.1.0

19 Apr 20:34
v0.1.0
f998007
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Add distro package providing functionality to quickly setup the OpenTelemetry Go implementation with useful Splunk defaults.
  • Add splunkhttp module providing additional Splunk specific instrumentation for net/http.