Skip to content

Releases: Azure/diagnostics-eventflow

Serilog input 1.1.0

06 Feb 02:59
Compare
Choose a tag to compare

Simplified Serilog input initialization--it does not rely on Observable logger anymore (author: NBlumhardt)

EventSource input 1.0.1

06 Feb 03:00
Compare
Choose a tag to compare
  1. Improved ETW activity tracking
  2. Standard properties are now preferred when resolving naming conflicts between standard property names and payload property names

Serilog input 1.0.1 (bugfix release)

11 Jan 19:12
Compare
Choose a tag to compare

Bug fix
72aa6a5 Convert StructureValue into IDictionary<string,object> when possible (Nicholas Blumhardt)

Changed the way the fallback ToString() is applied so that array/dictionary/structure elements still have their essential structure when transmitted, even if their elements are not scalar (ToRawValue() scalarizes them).

Elasticsearch output ver. 2.0.0

06 Jan 21:36
Compare
Choose a tag to compare

Elasticsearch output version 2.0.0, compatible with ES 5.x series

1.0.1 (bug fix release)

28 Dec 21:46
Compare
Choose a tag to compare

Core package updated to 1.0.1 to resolve "Microsoft.Extensions.Logging input factory namespace issue" #31

Version 1.0.0 of EventFlow (yay!)

21 Dec 00:31
Compare
Choose a tag to compare
Remove EventContextConsoleApp project

Preview4 of the EventFlow library

21 Nov 21:19
Compare
Choose a tag to compare
Pre-release
  1. Added an input to consume data submitted through Microsoft.Extensions.Logging implementation of the ILogger pattern
  2. Trace input and ApplicationInsights output are aware of correlation context. This allows correlation of diagnostics data across multiple services.
  3. Fixed signing of the Serilog input assembly.

Preview3 of the EventFlow library

14 Nov 23:02
Compare
Choose a tag to compare
Pre-release

New in this release:

  1. OMS (Operations Management Suite) output
  2. Serilog input
  3. A contract for well-known "metric" and "request" metadata
  4. Bug fixes

Preview2 of the EventFlow library

01 Nov 16:27
Compare
Choose a tag to compare
Pre-release

Added PerformanceCounter input
Bug fixes for Service Fabric platform support and Elasticsearch output