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.Methods in io.opentelemetry.sdk.trace with parameters of type ReadableSpanModifier and TypeMethodDescriptionvoidSpanProcessor.onEnd(ReadableSpan span) Called when aSpanis ended, if theSpan.isRecording()returns true. -
Uses of ReadableSpan in io.opentelemetry.sdk.trace.export
Methods in io.opentelemetry.sdk.trace.export with parameters of type ReadableSpanModifier and TypeMethodDescriptionvoidBatchSpanProcessor.onEnd(ReadableSpan span) voidSimpleSpanProcessor.onEnd(ReadableSpan span)