Package io.opentelemetry.proto.trace.v1
Interface TracesDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TracesData,TracesData.Builder
public interface TracesDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceSpans(int index) An array of ResourceSpans.intAn array of ResourceSpans.An array of ResourceSpans.getResourceSpansOrBuilder(int index) An array of ResourceSpans.List<? extends ResourceSpansOrBuilder>An array of ResourceSpans.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceSpansList
List<ResourceSpans> getResourceSpansList()An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1; -
getResourceSpans
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1; -
getResourceSpansCount
int getResourceSpansCount()An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1; -
getResourceSpansOrBuilderList
List<? extends ResourceSpansOrBuilder> getResourceSpansOrBuilderList()An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1; -
getResourceSpansOrBuilder
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
repeated .opentelemetry.proto.trace.v1.ResourceSpans resource_spans = 1;
-