Uses of Class
io.opentelemetry.sdk.trace.SdkSpan
Packages that use SdkSpan
-
Uses of SdkSpan in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as SdkSpanMethods in io.opentelemetry.sdk.trace that return SdkSpanModifier and TypeMethodDescription(package private) SdkSpan
AutoValue_SpanWrapper.delegate()
(package private) abstract SdkSpan
SpanWrapper.delegate()
(package private) static SdkSpan
SdkSpan.startSpan
(SpanContext context, String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, Span parentSpan, Context parentContext, SpanLimits spanLimits, SpanProcessor spanProcessor, Clock tracerClock, Resource resource, AttributesMap attributes, List<LinkData> links, int totalRecordedLinks, long userStartEpochNanos) Creates and starts a span with the given configuration.Methods in io.opentelemetry.sdk.trace with parameters of type SdkSpanModifier and TypeMethodDescription(package private) static SpanWrapper
SpanWrapper.create
(SdkSpan delegate, List<LinkData> links, List<EventData> events, Attributes attributes, int totalAttributeCount, int totalRecordedEvents, int totalRecordedLinks, StatusData status, String name, long endEpochNanos, boolean hasEnded) Note: the collections that are passed into this creator method are assumed to be immutable to preserve the overall immutability of the class.Constructors in io.opentelemetry.sdk.trace with parameters of type SdkSpanModifierConstructorDescription(package private)
AutoValue_SpanWrapper
(SdkSpan delegate, List<LinkData> resolvedLinks, List<EventData> resolvedEvents, Attributes attributes, int totalAttributeCount, int totalRecordedEvents, int totalRecordedLinks, StatusData status, String name, long endEpochNanos, boolean internalHasEnded)