Uses of Class
io.opentelemetry.sdk.logs.export.BatchLogRecordProcessorBuilder
Packages that use BatchLogRecordProcessorBuilder
-
Uses of BatchLogRecordProcessorBuilder in io.opentelemetry.sdk.logs.export
Methods in io.opentelemetry.sdk.logs.export that return BatchLogRecordProcessorBuilderModifier and TypeMethodDescriptionBatchLogRecordProcessor.builder(LogRecordExporter logRecordExporter) Returns a new Builder forBatchLogRecordProcessor.BatchLogRecordProcessorBuilder.setExporterTimeout(long timeout, TimeUnit unit) Sets the maximum time an export will be allowed to run before being cancelled.BatchLogRecordProcessorBuilder.setExporterTimeout(Duration timeout) Sets the maximum time an export will be allowed to run before being cancelled.BatchLogRecordProcessorBuilder.setMaxExportBatchSize(int maxExportBatchSize) Sets the maximum batch size for every export.BatchLogRecordProcessorBuilder.setMaxQueueSize(int maxQueueSize) Sets the maximum number of Logs that are kept in the queue before start dropping.BatchLogRecordProcessorBuilder.setMeterProvider(MeterProvider meterProvider) Sets theMeterProviderto use to collect metrics related to batch export.BatchLogRecordProcessorBuilder.setScheduleDelay(long delay, TimeUnit unit) Sets the delay interval between two consecutive exports.BatchLogRecordProcessorBuilder.setScheduleDelay(Duration delay) Sets the delay interval between two consecutive exports.