Uses of Class
io.opentelemetry.sdk.trace.export.BatchSpanProcessor
Packages that use BatchSpanProcessor
Package
Description
Utilities that allow tracing services to export data for sampled spans, as well as providing
in-process span processing APIs.
-
Uses of BatchSpanProcessor in io.opentelemetry.sdk.autoconfigure
Methods in io.opentelemetry.sdk.autoconfigure that return BatchSpanProcessorModifier and TypeMethodDescription(package private) static BatchSpanProcessor
TracerProviderConfiguration.configureBatchSpanProcessor
(ConfigProperties config, SpanExporter exporter, MeterProvider meterProvider) -
Uses of BatchSpanProcessor in io.opentelemetry.sdk.trace.export
Methods in io.opentelemetry.sdk.trace.export that return BatchSpanProcessorModifier and TypeMethodDescriptionBatchSpanProcessorBuilder.build()
Returns a newBatchSpanProcessor
that batches, then converts spans to proto and forwards them to the givenspanExporter
.