Uses of Class
io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
Packages that use SimpleSpanProcessor
Package
Description
Utilities that allow tracing services to export data for sampled spans, as well as providing
in-process span processing APIs.
-
Uses of SimpleSpanProcessor in io.opentelemetry.sdk.trace.export
Methods in io.opentelemetry.sdk.trace.export that return SimpleSpanProcessorModifier and TypeMethodDescriptionSimpleSpanProcessorBuilder.build()
Returns a newSimpleSpanProcessor
with the configuration of this builder.