Serilog.Sinks.OpenTelemetry.OpenTelemetryLogsSink
public OpenTelemetryLogsSink(IExporter exporter, IFormatProvider formatProvider, IReadOnlyDictionary<string, object> resourceAttributes, IncludedData includedData)
Transforms and sends the given LogEvent
to an OTLP endpoint.
Transforms and sends the given batch of LogEvent objects
to an OTLP endpoint.
A no-op for an empty batch.