Uses of Interface
io.helidon.tracing.Span.Builder
Packages that use Span.Builder
-
Uses of Span.Builder in io.helidon.tracing
Classes in io.helidon.tracing with type parameters of type Span.BuilderModifier and TypeInterfaceDescriptionstatic interfaceSpan.Builder<B extends Span.Builder<B>>Fluent API builder to create a newSpan.Methods in io.helidon.tracing that return Span.BuilderModifier and TypeMethodDescriptionSpan.Builder<?>Tracer.spanBuilder(String name) A new span builder to constructSpan.Methods in io.helidon.tracing with parameters of type Span.BuilderModifier and TypeMethodDescriptionabstract voidTag.apply(Span.Builder<?> spanBuilder) Configure this tag on the span builder.voidSpanContext.asParent(Span.Builder<?> spanBuilder) Configure this context as a parent of the provided builder.