Span.Builder |
Span.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Builder |
Span.Builder.clear() |
|
Span.Builder |
Span.Builder.clearAttributes() |
A set of attributes on the span.
|
Span.Builder |
Span.Builder.clearChildSpanCount() |
An optional number of child spans that were generated while this span
was active.
|
Span.Builder |
Span.Builder.clearEndTime() |
The end time of the span.
|
Span.Builder |
Span.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Span.Builder |
Span.Builder.clearKind() |
Distinguishes between spans generated in a particular context.
|
Span.Builder |
Span.Builder.clearLinks() |
The included links.
|
Span.Builder |
Span.Builder.clearName() |
A description of the span's operation.
|
Span.Builder |
Span.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Span.Builder |
Span.Builder.clearParentSpanId() |
The `span_id` of this span's parent span.
|
Span.Builder |
Span.Builder.clearResource() |
An optional resource that is associated with this span.
|
Span.Builder |
Span.Builder.clearSameProcessAsParentSpan() |
A highly recommended but not required flag that identifies when a
trace crosses a process boundary.
|
Span.Builder |
Span.Builder.clearSpanId() |
A unique identifier for a span within a trace, assigned when the span
is created.
|
Span.Builder |
Span.Builder.clearStackTrace() |
A stack trace captured at the start of the span.
|
Span.Builder |
Span.Builder.clearStartTime() |
The start time of the span.
|
Span.Builder |
Span.Builder.clearStatus() |
An optional final status for this span.
|
Span.Builder |
Span.Builder.clearTimeEvents() |
The included time events.
|
Span.Builder |
Span.Builder.clearTraceId() |
A unique identifier for a trace.
|
Span.Builder |
Span.Builder.clearTracestate() |
The Tracestate on the span.
|
Span.Builder |
Span.Builder.clone() |
|
Span.Builder |
Span.Builder.mergeAttributes(Span.Attributes value) |
A set of attributes on the span.
|
Span.Builder |
Span.Builder.mergeChildSpanCount(com.google.protobuf.UInt32Value value) |
An optional number of child spans that were generated while this span
was active.
|
Span.Builder |
Span.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
The end time of the span.
|
Span.Builder |
Span.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Span.Builder |
Span.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Span.Builder |
Span.Builder.mergeFrom(Span other) |
|
Span.Builder |
Span.Builder.mergeLinks(Span.Links value) |
The included links.
|
Span.Builder |
Span.Builder.mergeName(TruncatableString value) |
A description of the span's operation.
|
Span.Builder |
Span.Builder.mergeResource(Resource value) |
An optional resource that is associated with this span.
|
Span.Builder |
Span.Builder.mergeSameProcessAsParentSpan(com.google.protobuf.BoolValue value) |
A highly recommended but not required flag that identifies when a
trace crosses a process boundary.
|
Span.Builder |
Span.Builder.mergeStackTrace(StackTrace value) |
A stack trace captured at the start of the span.
|
Span.Builder |
Span.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
The start time of the span.
|
Span.Builder |
Span.Builder.mergeStatus(Status value) |
An optional final status for this span.
|
Span.Builder |
Span.Builder.mergeTimeEvents(Span.TimeEvents value) |
The included time events.
|
Span.Builder |
Span.Builder.mergeTracestate(Span.Tracestate value) |
The Tracestate on the span.
|
Span.Builder |
Span.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Span.Builder |
Span.newBuilder() |
|
static Span.Builder |
Span.newBuilder(Span prototype) |
|
Span.Builder |
Span.newBuilderForType() |
|
protected Span.Builder |
Span.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Span.Builder |
Span.Builder.setAttributes(Span.Attributes value) |
A set of attributes on the span.
|
Span.Builder |
Span.Builder.setAttributes(Span.Attributes.Builder builderForValue) |
A set of attributes on the span.
|
Span.Builder |
Span.Builder.setChildSpanCount(com.google.protobuf.UInt32Value value) |
An optional number of child spans that were generated while this span
was active.
|
Span.Builder |
Span.Builder.setChildSpanCount(com.google.protobuf.UInt32Value.Builder builderForValue) |
An optional number of child spans that were generated while this span
was active.
|
Span.Builder |
Span.Builder.setEndTime(com.google.protobuf.Timestamp value) |
The end time of the span.
|
Span.Builder |
Span.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The end time of the span.
|
Span.Builder |
Span.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Builder |
Span.Builder.setKind(Span.SpanKind value) |
Distinguishes between spans generated in a particular context.
|
Span.Builder |
Span.Builder.setKindValue(int value) |
Distinguishes between spans generated in a particular context.
|
Span.Builder |
Span.Builder.setLinks(Span.Links value) |
The included links.
|
Span.Builder |
Span.Builder.setLinks(Span.Links.Builder builderForValue) |
The included links.
|
Span.Builder |
Span.Builder.setName(TruncatableString value) |
A description of the span's operation.
|
Span.Builder |
Span.Builder.setName(TruncatableString.Builder builderForValue) |
A description of the span's operation.
|
Span.Builder |
Span.Builder.setParentSpanId(com.google.protobuf.ByteString value) |
The `span_id` of this span's parent span.
|
Span.Builder |
Span.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Span.Builder |
Span.Builder.setResource(Resource value) |
An optional resource that is associated with this span.
|
Span.Builder |
Span.Builder.setResource(Resource.Builder builderForValue) |
An optional resource that is associated with this span.
|
Span.Builder |
Span.Builder.setSameProcessAsParentSpan(com.google.protobuf.BoolValue value) |
A highly recommended but not required flag that identifies when a
trace crosses a process boundary.
|
Span.Builder |
Span.Builder.setSameProcessAsParentSpan(com.google.protobuf.BoolValue.Builder builderForValue) |
A highly recommended but not required flag that identifies when a
trace crosses a process boundary.
|
Span.Builder |
Span.Builder.setSpanId(com.google.protobuf.ByteString value) |
A unique identifier for a span within a trace, assigned when the span
is created.
|
Span.Builder |
Span.Builder.setStackTrace(StackTrace value) |
A stack trace captured at the start of the span.
|
Span.Builder |
Span.Builder.setStackTrace(StackTrace.Builder builderForValue) |
A stack trace captured at the start of the span.
|
Span.Builder |
Span.Builder.setStartTime(com.google.protobuf.Timestamp value) |
The start time of the span.
|
Span.Builder |
Span.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The start time of the span.
|
Span.Builder |
Span.Builder.setStatus(Status value) |
An optional final status for this span.
|
Span.Builder |
Span.Builder.setStatus(Status.Builder builderForValue) |
An optional final status for this span.
|
Span.Builder |
Span.Builder.setTimeEvents(Span.TimeEvents value) |
The included time events.
|
Span.Builder |
Span.Builder.setTimeEvents(Span.TimeEvents.Builder builderForValue) |
The included time events.
|
Span.Builder |
Span.Builder.setTraceId(com.google.protobuf.ByteString value) |
A unique identifier for a trace.
|
Span.Builder |
Span.Builder.setTracestate(Span.Tracestate value) |
The Tracestate on the span.
|
Span.Builder |
Span.Builder.setTracestate(Span.Tracestate.Builder builderForValue) |
The Tracestate on the span.
|
Span.Builder |
Span.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Span.Builder |
Span.toBuilder() |
|