File tree Expand file tree Collapse file tree
opentelemetry/proto/metrics/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments