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 classSpanSpan represents a single operation within a trace.static classSpan.BuilderSpan represents a single operation within a trace.Methods in io.opentelemetry.proto.trace.v1 that return SpanOrBuilder Modifier and Type Method Description SpanOrBuilderInstrumentationLibrarySpans.Builder. getSpansOrBuilder(int index)A list of Spans that originate from an instrumentation library.SpanOrBuilderInstrumentationLibrarySpans. getSpansOrBuilder(int index)Deprecated.A list of Spans that originate from an instrumentation library.SpanOrBuilderInstrumentationLibrarySpansOrBuilder. getSpansOrBuilder(int index)Deprecated.A list of Spans that originate from an instrumentation library.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>InstrumentationLibrarySpans.Builder. getSpansOrBuilderList()A list of Spans that originate from an instrumentation library.List<? extends SpanOrBuilder>InstrumentationLibrarySpans. getSpansOrBuilderList()Deprecated.A list of Spans that originate from an instrumentation library.List<? extends SpanOrBuilder>InstrumentationLibrarySpansOrBuilder. getSpansOrBuilderList()Deprecated.A list of Spans that originate from an instrumentation library.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.
-