Interface ExportTraceServiceRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExportTraceServiceRequest, ExportTraceServiceRequest.Builder

public interface ExportTraceServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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 (such as OpenTelemetry Collector) 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

      ResourceSpans getResourceSpans(int index)
       An array of ResourceSpans.
       For data coming from a single resource this array will typically contain one
       element. Intermediary nodes (such as OpenTelemetry Collector) 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 (such as OpenTelemetry Collector) 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 (such as OpenTelemetry Collector) 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

      ResourceSpansOrBuilder getResourceSpansOrBuilder(int index)
       An array of ResourceSpans.
       For data coming from a single resource this array will typically contain one
       element. Intermediary nodes (such as OpenTelemetry Collector) 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;