OpenTelemetry.Metrics.MetricReaderTemporalityPreference
Defines the behavior of a MetricReader
with respect to AggregationTemporality.
Cumulative = 1
All aggregations are performed using cumulative temporality.
Delta = 2
All measurements that are monotonic in nature are aggregated using delta temporality.
Aggregations of non-monotonic measurements use cumulative temporality.