Uses of Interface
io.opentelemetry.proto.trace.v1.Span.EventOrBuilder
Packages that use Span.EventOrBuilder
-
Uses of Span.EventOrBuilder in io.opentelemetry.proto.trace.v1
Classes in io.opentelemetry.proto.trace.v1 that implement Span.EventOrBuilderModifier and TypeClassDescriptionstatic final classEvent is a time-stamped annotation of the span, consisting of user-supplied text description and key-value pairs.static final classEvent 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.EventOrBuilderModifier and TypeMethodDescriptionSpan.Builder.getEventsOrBuilder(int index) A collection of Event items.Span.getEventsOrBuilder(int index) A collection of Event items.SpanOrBuilder.getEventsOrBuilder(int index) A collection of Event items.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.EventOrBuilderModifier and TypeMethodDescriptionList<? extends Span.EventOrBuilder>Span.Builder.getEventsOrBuilderList()A collection of Event items.List<? extends Span.EventOrBuilder>Span.getEventsOrBuilderList()A collection of Event items.List<? extends Span.EventOrBuilder>SpanOrBuilder.getEventsOrBuilderList()A collection of Event items.