Uses of Class
io.opentelemetry.sdk.trace.SdkSpan
-
Packages that use SdkSpan Package Description io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of SdkSpan in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as SdkSpan Modifier and Type Field Description private SdkSpan
AutoValue_SpanWrapper. delegate
Methods in io.opentelemetry.sdk.trace that return SdkSpan Modifier and Type Method Description (package private) SdkSpan
AutoValue_SpanWrapper. delegate()
(package private) abstract SdkSpan
SpanWrapper. delegate()
(package private) static SdkSpan
SdkSpan. startSpan(SpanContext context, java.lang.String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, Span parentSpan, Context parentContext, SpanLimits spanLimits, SpanProcessor spanProcessor, Clock tracerClock, Resource resource, AttributesMap attributes, java.util.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 SdkSpan Modifier and Type Method Description (package private) static SpanWrapper
SpanWrapper. create(SdkSpan delegate, java.util.List<LinkData> links, java.util.List<EventData> events, Attributes attributes, int totalAttributeCount, int totalRecordedEvents, int totalRecordedLinks, StatusData status, java.lang.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 SdkSpan Constructor Description AutoValue_SpanWrapper(SdkSpan delegate, java.util.List<LinkData> resolvedLinks, java.util.List<EventData> resolvedEvents, Attributes attributes, int totalAttributeCount, int totalRecordedEvents, int totalRecordedLinks, StatusData status, java.lang.String name, long endEpochNanos, boolean internalHasEnded)
-