Interface ExportMetricsServiceRequestOrBuilder

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

public interface ExportMetricsServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceMetricsList

      List<ResourceMetrics> getResourceMetricsList()
       An array of ResourceMetrics.
       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.metrics.v1.ResourceMetrics resource_metrics = 1;
    • getResourceMetrics

      ResourceMetrics getResourceMetrics(int index)
       An array of ResourceMetrics.
       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.metrics.v1.ResourceMetrics resource_metrics = 1;
    • getResourceMetricsCount

      int getResourceMetricsCount()
       An array of ResourceMetrics.
       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.metrics.v1.ResourceMetrics resource_metrics = 1;
    • getResourceMetricsOrBuilderList

      List<? extends ResourceMetricsOrBuilder> getResourceMetricsOrBuilderList()
       An array of ResourceMetrics.
       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.metrics.v1.ResourceMetrics resource_metrics = 1;
    • getResourceMetricsOrBuilder

      ResourceMetricsOrBuilder getResourceMetricsOrBuilder(int index)
       An array of ResourceMetrics.
       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.metrics.v1.ResourceMetrics resource_metrics = 1;