Skip to content

Commit

Permalink
One more open-telemetry#159 TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Jul 15, 2020
1 parent 39e7967 commit 5e7fa7f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,12 @@ message Metric {
// by MetricDescriptor.value_type field.

repeated ScalarDataPoint scalar_data_points = 2;
repeated HistogramDataPoint histogram_data_points = 3;
repeated SummaryDataPoint summary_data_points = 4;
repeated HistogramDataPoint histogram_data_points = 4;
repeated SummaryDataPoint summary_data_points = 5;

// TODO(#159) Use for exemplars of aggregated metrics or for
// RAW_INT64 or RAW_DOUBLE metrics:
// repeated RawDataPoint raw_data_points = 3;
}

// Defines a metric type and its schema.
Expand Down

0 comments on commit 5e7fa7f

Please sign in to comment.