Uses of Interface
io.opentelemetry.sdk.trace.ReadWriteSpan
-
Packages that use ReadWriteSpan 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.io.opentelemetry.sdk.trace.internal -
-
Uses of ReadWriteSpan in io.opentelemetry.sdk.trace
Classes in io.opentelemetry.sdk.trace that implement ReadWriteSpan Modifier and Type Class Description (package private) classSdkSpanImplementation for theSpanclass that records trace events.Methods in io.opentelemetry.sdk.trace that return ReadWriteSpan Modifier and Type Method Description ReadWriteSpanSdkSpan. addEvent(java.lang.String name)ReadWriteSpanSdkSpan. addEvent(java.lang.String name, long timestamp, java.util.concurrent.TimeUnit unit)ReadWriteSpanSdkSpan. addEvent(java.lang.String name, Attributes attributes)ReadWriteSpanSdkSpan. addEvent(java.lang.String name, Attributes attributes, long timestamp, java.util.concurrent.TimeUnit unit)ReadWriteSpanSdkSpan. recordException(java.lang.Throwable exception)ReadWriteSpanSdkSpan. recordException(java.lang.Throwable exception, Attributes additionalAttributes)<T> ReadWriteSpanSdkSpan. setAttribute(AttributeKey<T> key, T value)ReadWriteSpanSdkSpan. setStatus(StatusCode statusCode, java.lang.String description)ReadWriteSpanSdkSpan. updateName(java.lang.String name)Methods in io.opentelemetry.sdk.trace with parameters of type ReadWriteSpan Modifier and Type Method Description voidMultiSpanProcessor. 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 ReadWriteSpan Modifier and Type Method Description voidBatchSpanProcessor. 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 ReadWriteSpan Modifier and Type Method Description voidExtendedSpanProcessor. onEnding(ReadWriteSpan span)Called when aSpanis ended, but beforeSpanProcessor.onEnd(ReadableSpan)is invoked with an immutable variant of this span.
-