Uses of Class
zipkin2.proto3.Span.Builder
| Package | Description |
|---|---|
| zipkin2.proto3 |
-
Uses of Span.Builder in zipkin2.proto3
Methods in zipkin2.proto3 that return Span.Builder Modifier and Type Method Description Span.BuilderSpan.Builder. annotations(List<Annotation> annotations)Associates events that explain latency with the time they happened.Span.BuilderSpan.Builder. debug(Boolean debug)True is a request to store this span even if it overrides sampling policy.Span.BuilderSpan.Builder. duration(Long duration)Duration in microseconds of the critical path, if known.Span.BuilderSpan.Builder. id(okio.ByteString id)Unique identifier for this operation within the trace.Span.BuilderSpan.Builder. kind(Span.Kind kind)When present, used to interpret remote_endpointSpan.BuilderSpan.Builder. local_endpoint(Endpoint local_endpoint)The host that recorded this span, primarily for query by service name.Span.BuilderSpan.Builder. name(String name)The logical operation this span represents in lowercase (e.g.Span.BuilderSpan. newBuilder()Span.BuilderSpan.Builder. parent_id(okio.ByteString parent_id)The parent span ID or absent if this the root span in a trace.Span.BuilderSpan.Builder. remote_endpoint(Endpoint remote_endpoint)When an RPC (or messaging) span, indicates the other side of the connection.Span.BuilderSpan.Builder. shared(Boolean shared)True if we are contributing to a span started by another tracer (ex on a different host).Span.BuilderSpan.Builder. tags(Map<String,String> tags)Tags give your span context for search, viewing and analysis.Span.BuilderSpan.Builder. timestamp(Long timestamp)Epoch microseconds of the start of this span, possibly absent if incomplete.Span.BuilderSpan.Builder. trace_id(okio.ByteString trace_id)Randomly generated, unique identifier for a trace, set on all spans within it.