Releases: Azure/diagnostics-eventflow
EventHub output 1.1.1
Ensure that all dates are written out in ISO 8601 format
EventSource and ETW inputs 1.1.1
This release fixes issue 72
ApplicationInsights input 1.0.0
UPDATE 1/9/2018: AI input binaries were not properly signed in this release. AVOID
This release adds Application Insights input, useful for the case when Application Insights SDK is used for monitoring & diagnostics, but in addition to that one wants to take advantage of EventFlow capabilities.
Also includes some enhancements and bug fixes to core Nuget and ApplicationInsights output Nuget.
Serilog input 1.2.1
Serilog input now adds MessageTemplate as a standard property to all events
1.1.0
ApplicationInsights output 1.0.1
Bug fix: eliminated a potential source for NullReferenceExeption (related to issue #56)
PerformanceCounter input 1.0.1
Bug fix: when creating perf counters with instances the input was not matching any existing instances as the category was reporting them in lower case (courtesy of Scott Lyons)
Platform Service Fabric 1.0.1
Add ability to refer to Service Fabric settings and application parameters from EventFlow configuration
Etw input
Input for capturing data from manifest-based (traditional) ETW providers
EventFlow.Core 1.0.2
Added ability to refer to enum values by name in filtering expressions (thanks to Fredrik Goransson)