Uses of Class
io.opentelemetry.sdk.trace.SpanWrapper
Packages that use SpanWrapper
-
Uses of SpanWrapper in io.opentelemetry.sdk.trace
Subclasses of SpanWrapper in io.opentelemetry.sdk.traceMethods in io.opentelemetry.sdk.trace that return SpanWrapperModifier 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.