Uses of Interface
io.opentelemetry.sdk.trace.ReadableSpan
-
Packages that use ReadableSpan Package Description io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing.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 ReadableSpan in io.opentelemetry.sdk.trace
Subinterfaces of ReadableSpan in io.opentelemetry.sdk.trace Modifier and Type Interface Description interfaceReadWriteSpanA combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.Classes in io.opentelemetry.sdk.trace that implement ReadableSpan Modifier and Type Class Description (package private) classSdkSpanImplementation for theSpanclass that records trace events.Methods in io.opentelemetry.sdk.trace with parameters of type ReadableSpan Modifier and Type Method Description voidMultiSpanProcessor. 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 ReadableSpan Modifier and Type Field Description private java.util.Queue<ReadableSpan>BatchSpanProcessor.Worker. queueMethods in io.opentelemetry.sdk.trace.export that return types with arguments of type ReadableSpan Modifier and Type Method Description (package private) java.util.Queue<ReadableSpan>BatchSpanProcessor. getQueue()Methods in io.opentelemetry.sdk.trace.export with parameters of type ReadableSpan Modifier and Type Method Description private 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 ReadableSpan Constructor Description Worker(SpanExporter spanExporter, MeterProvider meterProvider, long scheduleDelayNanos, int maxExportBatchSize, long exporterTimeoutNanos, java.util.Queue<ReadableSpan> queue)
-