Uses of Class
zipkin2.Span.Builder
-
Packages that use Span.Builder Package Description zipkin2 -
-
Uses of Span.Builder in zipkin2
Methods in zipkin2 that return Span.Builder Modifier and Type Method Description Span.BuilderSpan.Builder. addAnnotation(long timestamp, String value)SetsSpan.annotationsSpan.BuilderSpan.Builder. clear()Span.BuilderSpan.Builder. clearAnnotations()SetsSpan.annotationsSpan.BuilderSpan.Builder. clearTags()SetsSpan.tagsSpan.BuilderSpan.Builder. clone()Span.BuilderSpan.Builder. debug(boolean debug)SetsSpan.debug()Span.BuilderSpan.Builder. debug(Boolean debug)SetsSpan.debug()Span.BuilderSpan.Builder. duration(long duration)Span.BuilderSpan.Builder. duration(Long duration)SetsSpan.duration()Span.BuilderSpan.Builder. id(long id)Hex encodes the input as theSpan.id()or throws IllegalArgumentException if the input is zero.Span.BuilderSpan.Builder. id(String id)SetsSpan.id()or throwsIllegalArgumentExceptionif not lower-hex format.Span.BuilderSpan.Builder. kind(Span.Kind kind)SetsSpan.kindSpan.BuilderSpan.Builder. localEndpoint(Endpoint localEndpoint)SetsSpan.localEndpointSpan.BuilderSpan.Builder. merge(Span source)Used to merge multiple incomplete spans representing the same operation on the same host.Span.BuilderSpan.Builder. name(String name)SetsSpan.namestatic Span.BuilderSpan. newBuilder()Span.BuilderSpan.Builder. parentId(long parentId)Hex encodes the input as theSpan.parentId()or unsets if the input is zero.Span.BuilderSpan.Builder. parentId(String parentId)SetsSpan.parentId()or throwsIllegalArgumentExceptionif not lower-hex format.Span.BuilderSpan.Builder. putTag(String key, String value)SetsSpan.tagsSpan.BuilderSpan.Builder. remoteEndpoint(Endpoint remoteEndpoint)SetsSpan.remoteEndpointSpan.BuilderSpan.Builder. shared(boolean shared)SetsSpan.shared()Span.BuilderSpan.Builder. shared(Boolean shared)SetsSpan.shared()Span.BuilderSpan.Builder. timestamp(long timestamp)Span.BuilderSpan.Builder. timestamp(Long timestamp)SetsSpan.timestamp()Span.BuilderSpan. toBuilder()Span.BuilderSpan.Builder. traceId(long high, long low)Encodes 64 or 128 bits from the input into a hex trace ID.Span.BuilderSpan.Builder. traceId(String traceId)SetsSpan.id()or throwsIllegalArgumentExceptionif not lower-hex format.
-