Uses of Class
io.opentelemetry.sdk.trace.SpanWrapper
-
Packages that use SpanWrapper Package Description io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of SpanWrapper in io.opentelemetry.sdk.trace
Subclasses of SpanWrapper in io.opentelemetry.sdk.trace Modifier and Type Class Description (package private) class
AutoValue_SpanWrapper
Methods in io.opentelemetry.sdk.trace that return SpanWrapper 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.
-