Package io.opentelemetry.sdk.logs.export
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.logs.export
Log exporters.
-
ClassDescriptionImplementation of the
LogRecordProcessor
that batches logs exported by the SDK then pushes them to the exporter pipeline.Builder class forBatchLogRecordProcessor
.An exporter is responsible for taking a collection ofLogRecordData
s and transmitting them to their ultimate destination.An implementation of theLogRecordProcessor
that passesLogRecordData
directly to the configured exporter.