diff --git a/opentelemetry/proto/metrics/v1/metrics.proto b/opentelemetry/proto/metrics/v1/metrics.proto index 15bb331b2..61ec010e8 100644 --- a/opentelemetry/proto/metrics/v1/metrics.proto +++ b/opentelemetry/proto/metrics/v1/metrics.proto @@ -156,6 +156,8 @@ message MetricDescriptor { // Summary implies that the value is found in Metric.summary_data_points[].summary. SUMMARY = 4; + + // TODO(#159): add RAW_INT64 and RAW_DOUBLE value types. } // ValueType is the type of values this metric has.