We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdf150 commit 79094b1Copy full SHA for 79094b1
opentelemetry-sdk/src/metrics/mod.rs
@@ -374,7 +374,7 @@ mod tests {
374
375
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
376
async fn counter_aggregation_overflow_cumulative() {
377
- counter_aggregation_overflow_helper(Temporality::Cumulative);
+ counter_aggregation_overflow_helper(Temporality::Delta);
378
counter_aggregation_overflow_helper_custom_limit(Temporality::Delta);
379
}
380
0 commit comments