issues
search
serilog
/
serilog-sinks-periodicbatching
Infrastructure for Serilog sinks that process events in batches.
Apache License 2.0
73
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Document how to rework the sink changes for `PeriodicBatchingSink` and `PeriodicBatchingSinkOptions`
#88
SeppPenner
closed
4 months ago
1
5.0.0 Release
#87
nblumhardt
closed
5 months ago
0
Update to Serilog 4, use built-in batching support
#86
nblumhardt
closed
5 months ago
0
Lots of tasks awaiting on PeriodicBatchingSink.TryWaitToReadAsync
#85
tbolon
closed
5 months ago
5
Add missing sourcelink package reference and symbol settings
#84
tbolon
closed
5 months ago
1
Missing SourceLink and symbols in nuget package
#83
tbolon
closed
5 months ago
3
4.1.1 Release
#82
nblumhardt
closed
5 months ago
1
Only include System.Threading.Channels ref for needed targets
#81
mprice-gcmlp
closed
6 months ago
0
.NET 6 conflicting versions of System.Threading.Channels
#80
mprice-gcmlp
closed
6 months ago
0
Are there any plans to support Blazor WASM projects?
#79
uhfath
opened
6 months ago
8
4.1.0 Release
#78
nblumhardt
closed
6 months ago
1
Avoid leaking task/cancellation objects when no events are passing through the sink
#77
nblumhardt
closed
6 months ago
1
Reinstate the legacy inheritance-based API - again
#75
nblumhardt
closed
6 months ago
2
PeriodicBatchingSink Sealed
#74
dominicp1973
closed
6 months ago
12
Memory leak when sink is idle
#76
jessicah
closed
6 months ago
8
Calling Dispose() causes an infinite loop
#73
wparad
closed
6 months ago
3
4.0.1 Release
#72
nblumhardt
closed
8 months ago
0
Fix observance of `options.EagerlyEmitFirstEvent`
#71
nblumhardt
closed
8 months ago
2
EagerlyEmitFirstEvent is ignored
#70
ArieGato
closed
8 months ago
3
PeriodicBatchingSink Sealed
#69
aplato
closed
8 months ago
5
4.0.0 Release
#68
nblumhardt
closed
9 months ago
1
Prevent capturing of the sink-creation-time `ExecutionContext` by the batching loop/batched sink
#67
nblumhardt
closed
9 months ago
0
Port to `System.Threading.Channels`
#66
nblumhardt
closed
10 months ago
6
Batches not eagerly triggered when `BatchingOptions.BatchSizeLimit` is hit
#65
auriou
closed
7 months ago
2
Integrate a mechanism for receiving notifications when an event log is discarded.
#64
AmaProject
closed
6 months ago
3
Remove incorrect/outdated class-level doc on `PeriodicBatchingSink`
#63
nblumhardt
closed
1 year ago
1
Add queue monitoring
#62
thomas-girotto
opened
2 years ago
5
Expose a way to monitor the queue state
#61
thomas-girotto
opened
2 years ago
3
cleanup
#60
SimonCropp
closed
2 years ago
1
3.1.0 Release
#59
nblumhardt
closed
2 years ago
2
Restore obsolete inheritance-based API
#58
nblumhardt
closed
2 years ago
0
3.0.0 Release
#57
nblumhardt
closed
2 years ago
0
Add `IAsyncDisposable` support, drop obsolete inheritance-based APIs
#56
nblumhardt
closed
2 years ago
1
Change batching options from configuration not working
#55
AmitaKhatri
closed
3 years ago
0
Error: System.Text.EncoderNLS.GetBytes throws System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer from inside PeriodicBatching sink
#54
Aaronontheweb
closed
4 years ago
2
Suppress ExecutionContext flowing to timer callbacks where available.
#53
CodeBlanch
closed
3 years ago
2
Suggestion: Suppress ExecutionContext flow on Timer created by PortableTimer
#52
CodeBlanch
closed
3 years ago
4
"Poisoned" message leads to dropping full queue and process termination due to OOM
#51
sungam3r
closed
7 months ago
2
Summary for QueueLimit in PeriodicBatchingSinkOptions wrong
#50
HakanL
closed
4 years ago
1
Using Serilog.Sinks.PeriodicBatching when Network Connectivity Might Be Unavailable or Metered at Times?
#49
mesheets
closed
6 months ago
3
2.3.1 Release
#48
nblumhardt
closed
2 years ago
2
Fix the periodic batching options property names
#47
manigandham
closed
4 years ago
0
Accept the NoQueueLimit constant in legacy constructors
#46
nblumhardt
closed
4 years ago
0
PeriodicBatchingSink ctor fails when NoQueueLimit is used as documented
#45
erdalsivri
closed
4 years ago
2
Timer should be stopped when there are no remaining events
#44
mniak
closed
4 years ago
2
High CPU usage
#43
mniak
closed
4 years ago
4
NonBounded -> Unbounded
#42
nblumhardt
closed
4 years ago
0
2.3.0 Release
#41
nblumhardt
closed
4 years ago
2
Set defaults when using PeriodicBatchingSinkOptions
#40
nblumhardt
closed
4 years ago
4
Refactor to support use as a wrapper sink; add sink options
#39
nblumhardt
closed
4 years ago
4
Next