Uses of Interface
io.opentelemetry.proto.trace.v1.Span.EventOrBuilder
-
Packages that use Span.EventOrBuilder Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Span.EventOrBuilder in io.opentelemetry.proto.trace.v1
Classes in io.opentelemetry.proto.trace.v1 that implement Span.EventOrBuilder Modifier and Type Class Description static classSpan.EventEvent is a time-stamped annotation of the span, consisting of user-supplied text description and key-value pairs.static classSpan.Event.BuilderEvent is a time-stamped annotation of the span, consisting of user-supplied text description and key-value pairs.Methods in io.opentelemetry.proto.trace.v1 that return Span.EventOrBuilder Modifier and Type Method Description Span.EventOrBuilderSpan.Builder. getEventsOrBuilder(int index)events is a collection of Event items.Span.EventOrBuilderSpan. getEventsOrBuilder(int index)events is a collection of Event items.Span.EventOrBuilderSpanOrBuilder. getEventsOrBuilder(int index)events is a collection of Event items.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.EventOrBuilder Modifier and Type Method Description List<? extends Span.EventOrBuilder>Span.Builder. getEventsOrBuilderList()events is a collection of Event items.List<? extends Span.EventOrBuilder>Span. getEventsOrBuilderList()events is a collection of Event items.List<? extends Span.EventOrBuilder>SpanOrBuilder. getEventsOrBuilderList()events is a collection of Event items.
-