Interface MetricsDataOrBuilder

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

    public interface MetricsDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getResourceMetricsList

        java.util.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

        java.util.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;