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

Name: opentelemetry-go-contrib

Owner: OpenTelemetry - CNCF

Release: Release v1.7.0/v0.32.0/v0.2.0

Released: 2022-04-28

License: Apache-2.0

Release Assets:

Added

  • Consistent probability sampler implementation. (#1379)
  • AWS X-Ray remote sampling support. (#1859)

Changed

  • Upgraded all semconv package use to v1.10.0. This includes a backwards incompatible change for the otelgocql package to conform with the specification change. The db.cassandra.keyspace attribute is now transmitted as the db.name attribute. (#2222)

Fixed

  • Fix the otelmux middleware by using SpanKindServer when deciding the SpanStatus. This makes 4xx response codes to not be an error anymore. (#1973)
  • Fixed jaegerremote sampler not behaving properly with per operation strategy set. (#2137)
  • Stopped injecting propagation context into response headers in otelhttp. (#2180)

To top