Skip to content

Release v1.16.0-rc.2/v0.41.0-rc.2/v0.10.0-rc.2

Compare
Choose a tag to compare
@MrAlias MrAlias released this 23 Mar 15:49
· 1188 commits to main since this release
v1.16.0-rc.2
81f1a7e

This release upgrades all go.opentelemetry.io/otel dependencies to the v1.15.0-rc.2/v0.38.0-rc.2 release.

Added

  • The WithPublicEndpoint and WithPublicEndpointFn options in go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful. (#3563)

Fixed

  • AWS SDK span name to be of the format Service.Operation in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (#3582, #3521)
  • Prevent sampler configuration reset from erroneously sampling first span in go.opentelemetry.io/contrib/samplers/jaegerremote. (#3603, #3604)