You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Update dependency on the go.opentelemetry.io/otel project to v1.2.0.
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig
updated to ensure access to the TracerProvider.
A NewTracerProvider() function is available to construct a recommended TracerProvider configuration.
AllRecommendedOptions() has been renamed to WithRecommendedOptions()
and takes a TracerProvider as an argument.
EventToCarrier() and Propagator() are now WithEventToCarrier() and WithPropagator() to reflect that they return Option implementations.