Uses of Class
io.opentelemetry.sdk.logs.export.BatchLogRecordProcessor
-
Packages that use BatchLogRecordProcessor Package Description io.opentelemetry.sdk.autoconfigure io.opentelemetry.sdk.logs.export Log exporters. -
-
Uses of BatchLogRecordProcessor in io.opentelemetry.sdk.autoconfigure
Methods in io.opentelemetry.sdk.autoconfigure that return BatchLogRecordProcessor Modifier and Type Method Description (package private) static BatchLogRecordProcessor
LoggerProviderConfiguration. configureBatchLogRecordProcessor(ConfigProperties config, LogRecordExporter exporter, MeterProvider meterProvider)
-
Uses of BatchLogRecordProcessor in io.opentelemetry.sdk.logs.export
Methods in io.opentelemetry.sdk.logs.export that return BatchLogRecordProcessor Modifier and Type Method Description BatchLogRecordProcessor
BatchLogRecordProcessorBuilder. build()
Returns a newBatchLogRecordProcessor
that batches, then forwards them to the givenlogRecordExporter
.
-