Skip to content

Commit 7b2b949

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

opentelemetry/proto/metrics/v1/metrics.proto

Lines changed: 1 addition & 5 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
@@ -235,7 +231,7 @@ message MetricDescriptor {
235231
// ----------------------------------------------
236232
// Counter Sum(aggregation_temporality=delta;is_monotonic=true)
237233
// UpDownCounter Sum(aggregation_temporality=delta;is_monotonic=false)
238-
// ValueRecorder Summary(aggregation_temporality=delta)
234+
// ValueRecorder Summary()
239235
// SumObserver Sum(aggregation_temporality=cumulative;is_monotonic=true)
240236
// UpDownSumObserver Sum(aggregation_temporality=cumulative;is_monotonic=false)
241237
// ValueObserver Gauge()

0 commit comments

Comments
 (0)