5.11.2 (2024-04-10)
Features Added
- It is now possible for processors extending
EventProcessor<T>
to disable the batch-level tracing emitted when processing events. This is intended to allow derived processors dispatching single events or partial batches to emit their own trace information that more accurately correlates to the set of events being processed. Previously all events in a batch were tracked under a single span regardless of how they were dispatched for processing.
Bugs Fixed
- Fixed a warning for "too many parameters" that was written to logs when the processor attempted to log load balancing messages due to improper ETW attribute use.
Other Changes
- It is now possible to set
byte[]
values as application properties in theEventData.Properties
collection.