Skip to content

Commit

Permalink
Remove temporality from the Summary
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Aug 12, 2020
1 parent ca6dcbb commit ac97f0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ message MetricDescriptor {
//
// Determines the value type of the exemplars.
MeasurementValueType measurement_value_type = 1;

// aggregation_temporality describes if the aggregator reports delta changes
// since last report time, or cumulative changes since a fixed start time.
AggregationTemporality aggregation_temporality = 2;
}

// Type determines the aggregation type (if any) of the metric, what is the
Expand Down

0 comments on commit ac97f0b

Please sign in to comment.