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

Name: opentelemetry-go-contrib

Owner: OpenTelemetry - CNCF

Release: Release v1.3.0/v0.28.0

Released: 2021-12-10

License: Apache-2.0

Release Assets:

⚠️ Notice ⚠️

We have updated the project minimum supported Go version to 1.16

Changed

  • otelhttptrace.NewClientTrace now uses TracerProvider from the parent context if one exists and none was set with WithTracerProvider (#874)

Fixed

  • The "go.opentelemetry.io/contrib/detector/aws/ecs".Detector no longer errors if not running in ECS. (#1428)
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux does not require instrumented HTTP handlers to call Write nor WriteHeader anymore. (#1443)

To top