Uses of Interface
io.opentelemetry.proto.trace.v1.SpanOrBuilder
-
Packages that use SpanOrBuilder Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of SpanOrBuilder in io.opentelemetry.proto.trace.v1
Classes in io.opentelemetry.proto.trace.v1 that implement SpanOrBuilder Modifier and Type Class Description classSpanA Span represents a single operation performed by a single component of the system.static classSpan.BuilderA Span represents a single operation performed by a single component of the system.Methods in io.opentelemetry.proto.trace.v1 that return SpanOrBuilder Modifier and Type Method Description SpanOrBuilderScopeSpans.Builder. getSpansOrBuilder(int index)A list of Spans that originate from an instrumentation scope.SpanOrBuilderScopeSpans. getSpansOrBuilder(int index)A list of Spans that originate from an instrumentation scope.SpanOrBuilderScopeSpansOrBuilder. getSpansOrBuilder(int index)A list of Spans that originate from an instrumentation scope.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type SpanOrBuilder Modifier and Type Method Description List<? extends SpanOrBuilder>ScopeSpans.Builder. getSpansOrBuilderList()A list of Spans that originate from an instrumentation scope.List<? extends SpanOrBuilder>ScopeSpans. getSpansOrBuilderList()A list of Spans that originate from an instrumentation scope.List<? extends SpanOrBuilder>ScopeSpansOrBuilder. getSpansOrBuilderList()A list of Spans that originate from an instrumentation scope.
-