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 Summary
Modifier and TypeMethodDescriptiongetResourceMetrics(int index) An array of ResourceMetrics.intAn array of ResourceMetrics.An array of ResourceMetrics.getResourceMetricsOrBuilder(int index) An array of ResourceMetrics.List<? extends ResourceMetricsOrBuilder>An array of ResourceMetrics.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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;
-