Uses of Interface
io.opentelemetry.sdk.trace.ReadableSpan
Packages that use ReadableSpan
Package
Description
The OpenTelemetry SDK implementation of tracing.
Utilities that allow tracing services to export data for sampled spans, as well as providing
in-process span processing APIs.
-
Uses of ReadableSpan in io.opentelemetry.sdk.trace
Subinterfaces of ReadableSpan in io.opentelemetry.sdk.traceModifier and TypeInterfaceDescriptioninterfaceA combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.Classes in io.opentelemetry.sdk.trace that implement ReadableSpanModifier and TypeClassDescription(package private) final classImplementation for theSpanclass that records trace events.Methods in io.opentelemetry.sdk.trace with parameters of type ReadableSpanModifier and TypeMethodDescriptionvoidMultiSpanProcessor.onEnd(ReadableSpan readableSpan) voidNoopSpanProcessor.onEnd(ReadableSpan span) voidSpanProcessor.onEnd(ReadableSpan span) Called when aSpanis ended, if theSpan.isRecording()returns true. -
Uses of ReadableSpan in io.opentelemetry.sdk.trace.export
Fields in io.opentelemetry.sdk.trace.export with type parameters of type ReadableSpanModifier and TypeFieldDescriptionprivate final Queue<ReadableSpan> BatchSpanProcessor.Worker.queueMethods in io.opentelemetry.sdk.trace.export that return types with arguments of type ReadableSpanModifier and TypeMethodDescription(package private) Queue<ReadableSpan> BatchSpanProcessor.getQueue()Methods in io.opentelemetry.sdk.trace.export with parameters of type ReadableSpanModifier and TypeMethodDescriptionprivate voidBatchSpanProcessor.Worker.addSpan(ReadableSpan span) voidBatchSpanProcessor.onEnd(ReadableSpan span) voidSimpleSpanProcessor.onEnd(ReadableSpan span) Constructor parameters in io.opentelemetry.sdk.trace.export with type arguments of type ReadableSpanModifierConstructorDescriptionprivateWorker(SpanExporter spanExporter, MeterProvider meterProvider, long scheduleDelayNanos, int maxExportBatchSize, long exporterTimeoutNanos, Queue<ReadableSpan> queue)