Skip to content

Commit

Permalink
Fix default value of `OtlpHttpMetricExporterOptions::aggregation_temp…
Browse files Browse the repository at this point in the history
…orality`. (#1601)
  • Loading branch information
owent authored Sep 9, 2022
1 parent b8504d9 commit 13cb2ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct OtlpHttpMetricExporterOptions

// Preferred Aggregation Temporality
sdk::metrics::AggregationTemporality aggregation_temporality =
sdk::metrics::AggregationTemporality::kCumulative;
sdk::metrics::AggregationTemporality::kDelta;

# ifdef ENABLE_ASYNC_EXPORT
// Concurrent requests
Expand Down

0 comments on commit 13cb2ea

Please sign in to comment.