Skip to content

Releases: Azure/diagnostics-eventflow

EventFlow Core Library 1.1.10

25 Jan 18:08
Compare
Choose a tag to compare

This release improves the way errors are handled by the outputs

  1. Failure to send data to its destination now results in a warning, instead of an error. This is because these errors might be transient, and it is also likely that the main service functionality is not affected, so a warning is more appropriate
  2. TaskCanceledException is expected when pipeline is shutting down (e.g. because the whole service process is exiting) and is no longer reported as an error

Thanks to @Dineshwiz for pointing out these problems and helping with investigation

A simple error handling policy class was added to the core library and outputs have been modified to take advantage of it.

Platform Service Fabric 1.1.5

18 Jan 16:16
d4e0d48
Compare
Choose a tag to compare

Thanks to @ape-box Service Fabric configuration parameter references now accept much larger set of configuration parameter names.

EventFlow core library 1.1.9

10 Jan 18:01
2fa8a22
Compare
Choose a tag to compare

Pipeline factory recognizes the new Http output now

Application Insights input 1.1.1

09 Jan 18:54
Compare
Choose a tag to compare

In previous releases the binaries were not signed properly--fixed

HTTP Output 1.1.1

09 Jan 17:37
Compare
Choose a tag to compare

Initial release.

Many thanks to Markus Blaschke (@mblaschke) for the original idea and the bulk of the implementation!

Application Insights Output 1.2.1

11 Dec 23:19
819d0aa
Compare
Choose a tag to compare

Dates and times are now sent to Application Insights in ISO 8601 format

EventFlow Core library 1.1.8

20 Nov 16:37
27164cc
Compare
Choose a tag to compare

Improvements for CsvHealthReporter options. See https://github.com/Azure/diagnostics-eventflow#csvhealthreporter for details

EventFlow Core library 1.1.7

17 Nov 16:48
4fb15f8
Compare
Choose a tag to compare

CsvHealthReporter fixes:

  • amount of reports produced is now limited by default to prevent storage exhaustion (#138)
  • inability to create health report file does not prevent diagnostic pipeline from running (#139)

Elasticsearch output 2.2.0

13 Nov 17:38
85926c7
Compare
Choose a tag to compare

Add extra configuration properties for ElasticSearch output (number of shards, number of replicas, refresh interval). Credit: Andreas Østhus

EventSource input 1.2.0

23 Oct 16:55
Compare
Choose a tag to compare

Adds ability to enable and disable multiple EventSources via EventSource name prefix

This provides a workaround for issue 140