We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e7967 commit 5e7fa7fCopy full SHA for 5e7fa7f
1 file changed
opentelemetry/proto/metrics/v1/metrics.proto
@@ -114,8 +114,12 @@ message Metric {
114
// by MetricDescriptor.value_type field.
115
116
repeated ScalarDataPoint scalar_data_points = 2;
117
- repeated HistogramDataPoint histogram_data_points = 3;
118
- repeated SummaryDataPoint summary_data_points = 4;
+ repeated HistogramDataPoint histogram_data_points = 4;
+ repeated SummaryDataPoint summary_data_points = 5;
119
+
120
+ // TODO(#159) Use for exemplars of aggregated metrics or for
121
+ // RAW_INT64 or RAW_DOUBLE metrics:
122
+ // repeated RawDataPoint raw_data_points = 3;
123
}
124
125
// Defines a metric type and its schema.
0 commit comments