Skip to content

Commit ac97f0b

Browse files
committed
Remove temporality from the Summary
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent ca6dcbb commit ac97f0b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

opentelemetry/proto/metrics/v1/metrics.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ message MetricDescriptor {
216216
//
217217
// Determines the value type of the exemplars.
218218
MeasurementValueType measurement_value_type = 1;
219-
220-
// aggregation_temporality describes if the aggregator reports delta changes
221-
// since last report time, or cumulative changes since a fixed start time.
222-
AggregationTemporality aggregation_temporality = 2;
223219
}
224220

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

0 commit comments

Comments
 (0)