Release v1.1.0/v0.26.0
Update dependency on the go.opentelemetry.io/otel project to v1.1.0.
Added
- Add instrumentation for the
github.com/aws/aws-lambda-gopackage. (#983) - Add resource detector for AWS Lambda. (#983)
- Add
WithTracerProvideroption forotelhttptrace.NewClientTrace. (#1128) - Add optional AWS X-Ray configuration module for AWS Lambda Instrumentation (#984)
Fixed
- The
go.opentelemetry.io/contrib/propagators/otpropagator returns the wordstrueorfalsefor theot-tracer-sampledheader instead of numerical0and1. (#1358)