serilog / serilog-sinks-opentelemetry

A Serilog OpenTelemetry Protocol (OTLP) sink
Apache License 2.0
121 stars 18 forks source link

User Serilog v4's batching implementation, drop `Serilog.Sinks.PeriodicBatching` #136

Closed nblumhardt closed 6 months ago

nblumhardt commented 6 months ago

This includes a small breaking change: the type of options.BatchingOptions changes from a Serilog.Sinks.PeriodicBatching type, to a Serilog type. These are structurally identical apart from Period, which has been renamed to BufferingTimeLimit.

Draft until https://github.com/serilog/serilog/pull/2058 is addressed.

nblumhardt commented 6 months ago

Pulled in the updated Serilog package, ready to go now.