Uses of Interface
org.springframework.cloud.sleuth.Span.Builder
-
Packages that use Span.Builder Package Description org.springframework.cloud.sleuth org.springframework.cloud.sleuth.docs org.springframework.cloud.sleuth.propagation -
-
Uses of Span.Builder in org.springframework.cloud.sleuth
Methods in org.springframework.cloud.sleuth that return Span.Builder Modifier and Type Method Description Span.Builder
Span.Builder. error(Throwable throwable)
Sets an error on the span.Span.Builder
Span.Builder. event(String value)
Sets an event on the span.Span.Builder
Span.Builder. kind(Span.Kind spanKind)
Sets the kind on the span.Span.Builder
Span.Builder. name(String name)
Sets the name of the span.default Span.Builder
Span.Builder. remoteIpAndPort(String ip, int port)
Sets the remote URL for the span.Span.Builder
Span.Builder. remoteServiceName(String remoteServiceName)
Sets the remote service name for the span.Span.Builder
Span.Builder. setNoParent()
Sets no parent of the built span.Span.Builder
Span.Builder. setParent(TraceContext context)
Sets the parent of the built span.Span.Builder
Tracer. spanBuilder()
In some cases (e.g.Span.Builder
Span.Builder. tag(String key, String value)
Sets a tag on the span. -
Uses of Span.Builder in org.springframework.cloud.sleuth.docs
Subinterfaces of Span.Builder in org.springframework.cloud.sleuth.docs Modifier and Type Interface Description interface
AssertingSpanBuilder
ASpan.Builder
that can perform assertions on itself.Methods in org.springframework.cloud.sleuth.docs that return Span.Builder Modifier and Type Method Description Span.Builder
AssertingSpanBuilder. getDelegate()
default Span.Builder
AssertingSpanBuilder. remoteIpAndPort(String ip, int port)
Methods in org.springframework.cloud.sleuth.docs with parameters of type Span.Builder Modifier and Type Method Description static AssertingSpanBuilder
AssertingSpanBuilder. of(DocumentedSpan documentedSpan, Span.Builder builder)
default AssertingSpanBuilder
DocumentedSpan. wrap(Span.Builder span)
Asserts on tags, names and allowed events. -
Uses of Span.Builder in org.springframework.cloud.sleuth.propagation
Methods in org.springframework.cloud.sleuth.propagation that return Span.Builder Modifier and Type Method Description <C> Span.Builder
Propagator. extract(C carrier, Propagator.Getter<C> getter)
Extracts the value from upstream.
-