Make aggregationTemporalitySelector
an optional property
#3213
Labels
Milestone
aggregationTemporalitySelector
an optional property
#3213
We should make
aggregationTemporalitySelector
an optional property on thePushMetricExporter
interface, and add logic to theMetricReader
to default to AggregationTemproality.CUMULATIVE for all instruments if `aggregationTemporalitySelector is not there.This would reduce duplicated code in third party exporters, while still allowing the exporter to override the default.
The text was updated successfully, but these errors were encountered: