Uses of Interface
io.opentelemetry.sdk.trace.ReadWriteSpan
Packages that use ReadWriteSpan
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 ReadWriteSpan in io.opentelemetry.sdk.trace
Methods in io.opentelemetry.sdk.trace with parameters of type ReadWriteSpanModifier and TypeMethodDescriptionvoidSpanProcessor.onStart(Context parentContext, ReadWriteSpan span) Called when aSpanis started, if theSpan.isRecording()returns true. -
Uses of ReadWriteSpan in io.opentelemetry.sdk.trace.export
Methods in io.opentelemetry.sdk.trace.export with parameters of type ReadWriteSpanModifier and TypeMethodDescriptionvoidBatchSpanProcessor.onStart(Context parentContext, ReadWriteSpan span) voidSimpleSpanProcessor.onStart(Context parentContext, ReadWriteSpan span) -
Uses of ReadWriteSpan in io.opentelemetry.sdk.trace.internal
Methods in io.opentelemetry.sdk.trace.internal with parameters of type ReadWriteSpanModifier and TypeMethodDescriptionvoidExtendedSpanProcessor.onEnding(ReadWriteSpan span) Called when aSpanis ended, but beforeSpanProcessor.onEnd(ReadableSpan)is invoked with an immutable variant of this span.