serilog-sinks-periodicbatching icon indicating copy to clipboard operation
serilog-sinks-periodicbatching copied to clipboard

Infrastructure for Serilog sinks that process events in batches.

Results 3 serilog-sinks-periodicbatching issues
Sort by recently updated
recently updated
newest added

Hello there, I'm using the periodicbatching through elasticsearch-sink, and i'd like to be able to monitor the state of the bounded queue. Unless i'm missing something, there's no way to...

This PR implements issue #61 . I changed my mind on the way to monitor the queue... Instead of configuring just a threshold that would trigger one callback when going...

In it's current state (4.1.0) there is an exception inside `Dispose(bool disposing)` method: https://github.com/serilog/serilog-sinks-periodicbatching/blob/d7b0406169671d55dc34cee97eedc72c137fcff0/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSink.cs#L331-L355 This line: https://github.com/serilog/serilog-sinks-periodicbatching/blob/d7b0406169671d55dc34cee97eedc72c137fcff0/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSink.cs#L339 Causes this: ``` PeriodicBatchingSink (Serilog.Sinks.Seq.Batched.BatchedSeqSink): caught exception during disposal System.PlatformNotSupportedException: Cannot wait on...