Uses of Class
io.opentelemetry.proto.trace.v1.Span.Builder
Packages that use Span.Builder
-
Uses of Span.Builder in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.BuilderModifier and TypeMethodDescriptionSpan.Builder.addAllAttributes(Iterable<? extends KeyValue> values) attributes is a collection of key/value pairs.Span.Builder.addAllEvents(Iterable<? extends Span.Event> values) events is a collection of Event items.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.addAttributes(int index, KeyValue value) attributes is a collection of key/value pairs.Span.Builder.addAttributes(int index, KeyValue.Builder builderForValue) attributes is a collection of key/value pairs.Span.Builder.addAttributes(KeyValue value) attributes is a collection of key/value pairs.Span.Builder.addAttributes(KeyValue.Builder builderForValue) attributes is a collection of key/value pairs.Span.Builder.addEvents(int index, Span.Event value) events is a collection of Event items.Span.Builder.addEvents(int index, Span.Event.Builder builderForValue) events is a collection of Event items.Span.Builder.addEvents(Span.Event value) events is a collection of Event items.Span.Builder.addEvents(Span.Event.Builder builderForValue) events is a collection of Event items.links is a collection of Links, which are references from this span to a span in the same or different trace.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.links is a collection of Links, which are references from this span to a span in the same or different trace.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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ScopeSpans.Builder.addSpansBuilder()A list of Spans that originate from an instrumentation scope.ScopeSpans.Builder.addSpansBuilder(int index) A list of Spans that originate from an instrumentation scope.Span.Builder.clear()Span.Builder.clearAttributes()attributes is a collection of key/value pairs.Span.Builder.clearDroppedAttributesCount()dropped_attributes_count is the number of attributes that were discarded.Span.Builder.clearDroppedEventsCount()dropped_events_count is the number of dropped events.Span.Builder.clearDroppedLinksCount()dropped_links_count is the number of dropped links after the maximum size was enforced.Span.Builder.clearEndTimeUnixNano()end_time_unix_nano is the end time of the span.Span.Builder.clearEvents()events is a collection of Event items.Span.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Span.Builder.clearFlags()Flags, a bit field.Span.Builder.clearKind()Distinguishes between spans generated in a particular context.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.clearName()A description of the span's operation.Span.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Span.Builder.clearParentSpanId()The `span_id` of this span's parent span.Span.Builder.clearSpanId()A unique identifier for a span within a trace, assigned when the span is created.Span.Builder.clearStartTimeUnixNano()start_time_unix_nano is the start time of the span.Span.Builder.clearStatus()An optional final status for this span.Span.Builder.clearTraceId()A unique identifier for a trace.Span.Builder.clearTraceState()trace_state conveys information about request position in multiple distributed tracing graphs.Span.Builder.clone()ScopeSpans.Builder.getSpansBuilder(int index) A list of Spans that originate from an instrumentation scope.Span.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Span.Builder.mergeFrom(com.google.protobuf.Message other) Span.Builder.mergeStatus(Status value) An optional final status for this span.final Span.BuilderSpan.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Span.BuilderSpan.newBuilder()static Span.BuilderSpan.newBuilder(Span prototype) Span.newBuilderForType()protected Span.BuilderSpan.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Span.Builder.removeAttributes(int index) attributes is a collection of key/value pairs.Span.Builder.removeEvents(int index) events is a collection of Event items.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.setAttributes(int index, KeyValue value) attributes is a collection of key/value pairs.Span.Builder.setAttributes(int index, KeyValue.Builder builderForValue) attributes is a collection of key/value pairs.Span.Builder.setDroppedAttributesCount(int value) dropped_attributes_count is the number of attributes that were discarded.Span.Builder.setDroppedEventsCount(int value) dropped_events_count is the number of dropped events.Span.Builder.setDroppedLinksCount(int value) dropped_links_count is the number of dropped links after the maximum size was enforced.Span.Builder.setEndTimeUnixNano(long value) end_time_unix_nano is the end time of the span.Span.Builder.setEvents(int index, Span.Event value) events is a collection of Event items.Span.Builder.setEvents(int index, Span.Event.Builder builderForValue) events is a collection of Event items.Span.Builder.setFlags(int value) Flags, a bit field.Span.Builder.setKind(Span.SpanKind value) Distinguishes between spans generated in a particular context.Span.Builder.setKindValue(int value) Distinguishes between spans generated in a particular context.links is a collection of Links, which are references from this span to a span in the same or different trace.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.A description of the span's operation.Span.Builder.setNameBytes(com.google.protobuf.ByteString value) A description of the span's operation.Span.Builder.setParentSpanId(com.google.protobuf.ByteString value) The `span_id` of this span's parent span.Span.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.setStartTimeUnixNano(long value) start_time_unix_nano is the start time of the span.An optional final status for this span.Span.Builder.setStatus(Status.Builder builderForValue) An optional final status for this span.Span.Builder.setTraceId(com.google.protobuf.ByteString value) A unique identifier for a trace.Span.Builder.setTraceState(String value) trace_state conveys information about request position in multiple distributed tracing graphs.Span.Builder.setTraceStateBytes(com.google.protobuf.ByteString value) trace_state conveys information about request position in multiple distributed tracing graphs.final Span.BuilderSpan.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Span.toBuilder()Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.BuilderModifier and TypeMethodDescriptionScopeSpans.Builder.getSpansBuilderList()A list of Spans that originate from an instrumentation scope.Methods in io.opentelemetry.proto.trace.v1 with parameters of type Span.BuilderModifier and TypeMethodDescriptionScopeSpans.Builder.addSpans(int index, Span.Builder builderForValue) A list of Spans that originate from an instrumentation scope.ScopeSpans.Builder.addSpans(Span.Builder builderForValue) A list of Spans that originate from an instrumentation scope.ScopeSpans.Builder.setSpans(int index, Span.Builder builderForValue) A list of Spans that originate from an instrumentation scope.