Package io.opentelemetry.sdk.trace
Interface ReadWriteSpan
-
- All Superinterfaces:
ImplicitContextKeyed
,ReadableSpan
,Span
- All Known Implementing Classes:
SdkSpan
public interface ReadWriteSpan extends Span, ReadableSpan
A combination of the write methods from theSpan
interface and the read methods from theReadableSpan
interface.
-
-
Method Summary
-
Methods inherited from interface io.opentelemetry.context.ImplicitContextKeyed
makeCurrent
-
Methods inherited from interface io.opentelemetry.sdk.trace.ReadableSpan
getAttribute, getAttributes, getInstrumentationLibraryInfo, getInstrumentationScopeInfo, getKind, getLatencyNanos, getName, getParentSpanContext, getSpanContext, hasEnded, toSpanData
-
Methods inherited from interface io.opentelemetry.api.trace.Span
addEvent, addEvent, addEvent, addEvent, addEvent, addEvent, addLink, addLink, end, end, end, getSpanContext, isRecording, recordException, recordException, setAllAttributes, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setStatus, setStatus, storeInContext, updateName
-
-