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 tov1.10.0
. This includes a backwards incompatible change for theotelgocql
package to conform with the specification change. Thedb.cassandra.keyspace
attribute is now transmitted as thedb.name
attribute. (#2222)
Fixed
- Fix the
otelmux
middleware by usingSpanKindServer
when deciding theSpanStatus
. This makes4xx
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)