OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v1.1.0

Name: opentelemetry-go-contrib

Owner: OpenTelemetry - CNCF

Release: Release v1.1.0/v0.26.0

Released: 2021-10-28

License: Apache-2.0

Release Assets:

Update dependency on the go.opentelemetry.io/otel project to v1.1.0.

Added

  • Add instrumentation for the github.com/aws/aws-lambda-go package. (#983)
  • Add resource detector for AWS Lambda. (#983)
  • Add WithTracerProvider option for otelhttptrace.NewClientTrace. (#1128)
  • Add optional AWS X-Ray configuration module for AWS Lambda Instrumentation (#984)

Fixed

  • The go.opentelemetry.io/contrib/propagators/ot propagator returns the words true or false for the ot-tracer-sampled header instead of numerical 0 and 1. (#1358)

To top