Skip to content

Commit 5e7fa7f

Browse files
author
jmacd
committed
One more open-telemetry#159 TODO
1 parent 39e7967 commit 5e7fa7f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

opentelemetry/proto/metrics/v1/metrics.proto

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,12 @@ message Metric {
114114
// by MetricDescriptor.value_type field.
115115

116116
repeated ScalarDataPoint scalar_data_points = 2;
117-
repeated HistogramDataPoint histogram_data_points = 3;
118-
repeated SummaryDataPoint summary_data_points = 4;
117+
repeated HistogramDataPoint histogram_data_points = 4;
118+
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;
119123
}
120124

121125
// Defines a metric type and its schema.

0 commit comments

Comments
 (0)