Span.Builder |
Span.Builder.addAllAttributes(Iterable<? extends KeyValue> values) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.addAllEvents(Iterable<? extends Span.Event> values) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.addAllLinks(Iterable<? extends Span.Link> values) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.addAttributes(int index,
KeyValue value) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.addAttributes(int index,
KeyValue.Builder builderForValue) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.addAttributes(KeyValue value) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.addAttributes(KeyValue.Builder builderForValue) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.addEvents(int index,
Span.Event value) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.addEvents(int index,
Span.Event.Builder builderForValue) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.addEvents(Span.Event value) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.addEvents(Span.Event.Builder builderForValue) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.addLinks(int index,
Span.Link value) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.addLinks(int index,
Span.Link.Builder builderForValue) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.addLinks(Span.Link value) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.addLinks(Span.Link.Builder builderForValue) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Builder |
InstrumentationLibrarySpans.Builder.addSpansBuilder() |
A list of Spans that originate from an instrumentation library.
|
Span.Builder |
InstrumentationLibrarySpans.Builder.addSpansBuilder(int index) |
A list of Spans that originate from an instrumentation library.
|
Span.Builder |
ScopeSpans.Builder.addSpansBuilder() |
A list of Spans that originate from an instrumentation scope.
|
Span.Builder |
ScopeSpans.Builder.addSpansBuilder(int index) |
A list of Spans that originate from an instrumentation scope.
|
Span.Builder |
Span.Builder.clear() |
|
Span.Builder |
Span.Builder.clearAttributes() |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.clearDroppedAttributesCount() |
dropped_attributes_count is the number of attributes that were discarded.
|
Span.Builder |
Span.Builder.clearDroppedEventsCount() |
dropped_events_count is the number of dropped events.
|
Span.Builder |
Span.Builder.clearDroppedLinksCount() |
dropped_links_count is the number of dropped links after the maximum size was
enforced.
|
Span.Builder |
Span.Builder.clearEndTimeUnixNano() |
end_time_unix_nano is the end time of the span.
|
Span.Builder |
Span.Builder.clearEvents() |
events is a collection of Event items.
|
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() |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
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.clearSpanId() |
A unique identifier for a span within a trace, assigned when the span
is created.
|
Span.Builder |
Span.Builder.clearStartTimeUnixNano() |
start_time_unix_nano is the start time of the span.
|
Span.Builder |
Span.Builder.clearStatus() |
An optional final status for this span.
|
Span.Builder |
Span.Builder.clearTraceId() |
A unique identifier for a trace.
|
Span.Builder |
Span.Builder.clearTraceState() |
trace_state conveys information about request position in multiple distributed tracing graphs.
|
Span.Builder |
Span.Builder.clone() |
|
Span.Builder |
InstrumentationLibrarySpans.Builder.getSpansBuilder(int index) |
A list of Spans that originate from an instrumentation library.
|
Span.Builder |
ScopeSpans.Builder.getSpansBuilder(int index) |
A list of Spans that originate from an instrumentation scope.
|
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.mergeStatus(Status value) |
An optional final status for this 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.removeAttributes(int index) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.removeEvents(int index) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.removeLinks(int index) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.setAttributes(int index,
KeyValue value) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.setAttributes(int index,
KeyValue.Builder builderForValue) |
attributes is a collection of key/value pairs.
|
Span.Builder |
Span.Builder.setDroppedAttributesCount(int value) |
dropped_attributes_count is the number of attributes that were discarded.
|
Span.Builder |
Span.Builder.setDroppedEventsCount(int value) |
dropped_events_count is the number of dropped events.
|
Span.Builder |
Span.Builder.setDroppedLinksCount(int value) |
dropped_links_count is the number of dropped links after the maximum size was
enforced.
|
Span.Builder |
Span.Builder.setEndTimeUnixNano(long value) |
end_time_unix_nano is the end time of the span.
|
Span.Builder |
Span.Builder.setEvents(int index,
Span.Event value) |
events is a collection of Event items.
|
Span.Builder |
Span.Builder.setEvents(int index,
Span.Event.Builder builderForValue) |
events is a collection of Event items.
|
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(int index,
Span.Link value) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.setLinks(int index,
Span.Link.Builder builderForValue) |
links is a collection of Links, which are references from this span to a span
in the same or different trace.
|
Span.Builder |
Span.Builder.setName(String value) |
A description of the span's operation.
|
Span.Builder |
Span.Builder.setNameBytes(com.google.protobuf.ByteString value) |
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.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.setStartTimeUnixNano(long value) |
start_time_unix_nano is 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.setTraceId(com.google.protobuf.ByteString value) |
A unique identifier for a trace.
|
Span.Builder |
Span.Builder.setTraceState(String value) |
trace_state conveys information about request position in multiple distributed tracing graphs.
|
Span.Builder |
Span.Builder.setTraceStateBytes(com.google.protobuf.ByteString value) |
trace_state conveys information about request position in multiple distributed tracing graphs.
|
Span.Builder |
Span.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Span.Builder |
Span.toBuilder() |
|