OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v0.22.0
Name: opentelemetry-go-contrib
Owner: OpenTelemetry - CNCF
Release: Release v0.22.0
Released: 2021-07-26
License: Apache-2.0
Release Assets:
Added
- Add the
zpages
span processor. (#894)
Changed
- The
b3.B3
type has been removed.b3.New()
andb3.WithInjectEncoding(encoding)
are added to replace it. (#868)
Fixed
- Fix deadlocks and race conditions in
otelsarama.WrapAsyncProducer
. Themessaging.message_id
andmessaging.kafka.partition
attributes are now not set if a message was not processed. (#754) (#755) (#881) - Fix
otelsarama.WrapAsyncProducer
so that the messages from theErrors
channel contain the originalMetadata
. (#754)