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
Classes in io.opentelemetry.sdk.trace that implement ReadWriteSpanModifier and TypeClassDescription(package private) final classImplementation for theSpanclass that records trace events.Methods in io.opentelemetry.sdk.trace that return ReadWriteSpanModifier and TypeMethodDescriptionSdkSpan.addEvent(String name, Attributes attributes) SdkSpan.addEvent(String name, Attributes attributes, long timestamp, TimeUnit unit) SdkSpan.recordException(Throwable exception) SdkSpan.recordException(Throwable exception, Attributes additionalAttributes) <T> ReadWriteSpanSdkSpan.setAttribute(AttributeKey<T> key, T value) SdkSpan.setStatus(StatusCode statusCode, String description) SdkSpan.updateName(String name) Methods in io.opentelemetry.sdk.trace with parameters of type ReadWriteSpanModifier and TypeMethodDescriptionvoidMultiSpanProcessor.onEnding(ReadWriteSpan span) voidMultiSpanProcessor.onStart(Context parentContext, ReadWriteSpan readWriteSpan) voidNoopSpanProcessor.onStart(Context parentContext, ReadWriteSpan span) voidSpanProcessor.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.