Uses of Package
io.opentelemetry.sdk.logs.export
Packages that use io.opentelemetry.sdk.logs.export
Package
Description
OpenTelemetry exporter which sends log data to OpenTelemetry collector via OTLP HTTP.
OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of
logs.
Log exporters.
-
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.exporter.otlp.http.logsClassDescriptionAn exporter is responsible for taking a collection of
LogRecordData
s and transmitting them to their ultimate destination. -
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.exporter.otlp.internalClassDescriptionAn exporter is responsible for taking a collection of
LogRecordData
s and transmitting them to their ultimate destination. -
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.exporter.otlp.logsClassDescriptionAn exporter is responsible for taking a collection of
LogRecordData
s and transmitting them to their ultimate destination. -
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.sdk.autoconfigureClassDescriptionImplementation of the
LogRecordProcessor
that batches logs exported by the SDK then pushes them to the exporter pipeline.An exporter is responsible for taking a collection ofLogRecordData
s and transmitting them to their ultimate destination. -
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.sdk.autoconfigure.spiClassDescriptionAn exporter is responsible for taking a collection of
LogRecordData
s and transmitting them to their ultimate destination. -
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.sdk.autoconfigure.spi.logsClassDescriptionAn exporter is responsible for taking a collection of
LogRecordData
s and transmitting them to their ultimate destination. -
Classes in io.opentelemetry.sdk.logs.export used by io.opentelemetry.sdk.logs.exportClassDescriptionImplementation 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.