Uses of Interface
org.springframework.cloud.sleuth.Span.Builder
Packages that use Span.Builder
Package
Description
-
Uses of Span.Builder in org.springframework.cloud.sleuth
Methods in org.springframework.cloud.sleuth that return Span.BuilderModifier and TypeMethodDescriptionSets an error on the span.Sets an event on the span.Sets the kind on the span.Sets the name of the span.default Span.BuilderSpan.Builder.remoteIpAndPort(String ip, int port) Sets the remote URL for the span.Span.Builder.remoteServiceName(String remoteServiceName) Sets the remote service name for the span.Span.Builder.setNoParent()Sets no parent of the built span.Span.Builder.setParent(TraceContext context) Sets the parent of the built span.Tracer.spanBuilder()In some cases (e.g.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.docsModifier and TypeInterfaceDescriptioninterfaceASpan.Builderthat can perform assertions on itself.Methods in org.springframework.cloud.sleuth.docs that return Span.BuilderModifier and TypeMethodDescriptionAssertingSpanBuilder.getDelegate()default Span.BuilderAssertingSpanBuilder.remoteIpAndPort(String ip, int port) Methods in org.springframework.cloud.sleuth.docs with parameters of type Span.BuilderModifier and TypeMethodDescriptionstatic 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.BuilderModifier and TypeMethodDescription<C> Span.BuilderPropagator.extract(C carrier, Propagator.Getter<C> getter) Extracts the value from upstream.