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.BuilderSpan.Builder. error(Throwable throwable)Sets an error on the span.Span.BuilderSpan.Builder. event(String value)Sets an event on the span.Span.BuilderSpan.Builder. kind(Span.Kind spanKind)Sets the kind on the span.Span.BuilderSpan.Builder. name(String name)Sets the name of the span.default Span.BuilderSpan.Builder. remoteIpAndPort(String ip, int port)Sets the remote URL for the span.Span.BuilderSpan.Builder. remoteServiceName(String remoteServiceName)Sets the remote service name for the span.Span.BuilderSpan.Builder. setNoParent()Sets no parent of the built span.Span.BuilderSpan.Builder. setParent(TraceContext context)Sets the parent of the built span.Span.BuilderTracer. spanBuilder()In some cases (e.g.Span.BuilderSpan.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 interfaceAssertingSpanBuilderASpan.Builderthat can perform assertions on itself.Methods in org.springframework.cloud.sleuth.docs that return Span.Builder Modifier and Type Method Description Span.BuilderAssertingSpanBuilder. getDelegate()default Span.BuilderAssertingSpanBuilder. remoteIpAndPort(String ip, int port)Methods in org.springframework.cloud.sleuth.docs with parameters of type Span.Builder Modifier and Type Method Description static AssertingSpanBuilderAssertingSpanBuilder. of(DocumentedSpan documentedSpan, Span.Builder builder)default AssertingSpanBuilderDocumentedSpan. 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.BuilderPropagator. extract(C carrier, Propagator.Getter<C> getter)Extracts the value from upstream.
-