Uses of Class
io.opentelemetry.sdk.trace.export.BatchSpanProcessor
-
Packages that use BatchSpanProcessor Package Description io.opentelemetry.sdk.autoconfigure io.opentelemetry.sdk.trace.export 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 BatchSpanProcessor Modifier and Type Method Description (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 BatchSpanProcessor Modifier and Type Method Description BatchSpanProcessor
BatchSpanProcessorBuilder. build()
Returns a newBatchSpanProcessor
that batches, then converts spans to proto and forwards them to the givenspanExporter
.
-