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)