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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceMetricsgetResourceMetrics(int index)An array of ResourceMetrics.intgetResourceMetricsCount()An array of ResourceMetrics.List<ResourceMetrics>getResourceMetricsList()An array of ResourceMetrics.ResourceMetricsOrBuildergetResourceMetricsOrBuilder(int index)An array of ResourceMetrics.List<? extends ResourceMetricsOrBuilder>getResourceMetricsOrBuilderList()An array of ResourceMetrics.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-