Interface MetricsDataOrBuilder

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

@Generated public interface MetricsDataOrBuilder 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 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 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 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 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 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;