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

io.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequestOrBuilder 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/collector/metrics/v1/metrics_service.proto

package io.opentelemetry.proto.collector.metrics.v1;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy