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) A collection of key/value pairs.Span.Builder.addAllEvents(Iterable<? extends Span.Event> values) A collection of Event items.Span.Builder.addAllLinks(Iterable<? extends Span.Link> values) 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) A collection of key/value pairs.Span.Builder.addAttributes(int index, KeyValue.Builder builderForValue) A collection of key/value pairs.Span.Builder.addAttributes(KeyValue value) A collection of key/value pairs.Span.Builder.addAttributes(KeyValue.Builder builderForValue) A collection of key/value pairs.Span.Builder.addEvents(int index, Span.Event value) A collection of Event items.Span.Builder.addEvents(int index, Span.Event.Builder builderForValue) A collection of Event items.Span.Builder.addEvents(Span.Event value) A collection of Event items.Span.Builder.addEvents(Span.Event.Builder builderForValue) A collection of Event items.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) A collection of Links, which are references from this span to a span in the same or different trace.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) 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()A collection of key/value pairs.Span.Builder.clearDroppedAttributesCount()The number of attributes that were discarded.Span.Builder.clearDroppedEventsCount()The number of dropped events.Span.Builder.clearDroppedLinksCount()The number of dropped links after the maximum size was enforced.Span.Builder.clearEndTimeUnixNano()The end time of the span.Span.Builder.clearEvents()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()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()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) A collection of key/value pairs.Span.Builder.removeEvents(int index) A collection of Event items.Span.Builder.removeLinks(int index) 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) A collection of key/value pairs.Span.Builder.setAttributes(int index, KeyValue.Builder builderForValue) A collection of key/value pairs.Span.Builder.setDroppedAttributesCount(int value) The number of attributes that were discarded.Span.Builder.setDroppedEventsCount(int value) The number of dropped events.Span.Builder.setDroppedLinksCount(int value) The number of dropped links after the maximum size was enforced.Span.Builder.setEndTimeUnixNano(long value) The end time of the span.Span.Builder.setEvents(int index, Span.Event value) A collection of Event items.Span.Builder.setEvents(int index, Span.Event.Builder builderForValue) 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.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) 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) 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.