Skip to content

Commit 45845d8

Browse files
owentyxue
authored andcommitted
Fix default value of OtlpHttpMetricExporterOptions::aggregation_temporality. (open-telemetry#1601)
1 parent 1196c9d commit 45845d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct OtlpHttpMetricExporterOptions
5555

5656
// Preferred Aggregation Temporality
5757
sdk::metrics::AggregationTemporality aggregation_temporality =
58-
sdk::metrics::AggregationTemporality::kCumulative;
58+
sdk::metrics::AggregationTemporality::kDelta;
5959

6060
# ifdef ENABLE_ASYNC_EXPORT
6161
// Concurrent requests

0 commit comments

Comments
 (0)