OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v1.16.0-rc.2
Name: opentelemetry-go-contrib
Owner: OpenTelemetry - CNCF
Release: Release v1.16.0-rc.2/v0.41.0-rc.2/v0.10.0-rc.2
Released: 2023-03-23
License: Apache-2.0
Release Assets:
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
andWithPublicEndpointFn
options ingo.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
. (#3563)
Fixed
- AWS SDK span name to be of the format
Service.Operation
ingo.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)