Class BatchSpanProcessorFactory

Class Documentation

class BatchSpanProcessorFactory

Factory class for BatchSpanProcessor.

Public Static Functions

static std::unique_ptr<SpanProcessor> Create(std::unique_ptr<SpanExporter> &&exporter, const BatchSpanProcessorOptions &options)

Create a BatchSpanProcessor.

static std::unique_ptr<SpanProcessor> Create(std::unique_ptr<SpanExporter> &&exporter, const BatchSpanProcessorOptions &options, const BatchSpanProcessorRuntimeOptions &runtime_options)

Create a BatchSpanProcessor.