All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.proto.metrics.v1.MetricsDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opentelemetry/proto/metrics/v1/metrics.proto

package io.opentelemetry.proto.metrics.v1;

public interface MetricsDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.metrics.v1.MetricsData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ java.util.List 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; */ io.opentelemetry.proto.metrics.v1.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; */ 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; */ java.util.List 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; */ io.opentelemetry.proto.metrics.v1.ResourceMetricsOrBuilder getResourceMetricsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy