Uses of Class
io.opentelemetry.sdk.trace.export.SimpleSpanProcessor
-
Packages that use SimpleSpanProcessor Package Description 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 SimpleSpanProcessor in io.opentelemetry.sdk.trace.export
Methods in io.opentelemetry.sdk.trace.export that return SimpleSpanProcessor Modifier and Type Method Description SimpleSpanProcessor
SimpleSpanProcessorBuilder. build()
Returns a newSimpleSpanProcessor
with the configuration of this builder.
-