From ec3c0f106acd9400da593bf03746d45ae7f42928 Mon Sep 17 00:00:00 2001 From: Matt Bray Date: Wed, 23 Mar 2022 12:59:48 +0000 Subject: [PATCH] clean(test): cumulative temporality is now default --- tests/emit1.ml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/emit1.ml b/tests/emit1.ml index fb39a2ef..3a4bd927 100644 --- a/tests/emit1.ml +++ b/tests/emit1.ml @@ -15,9 +15,7 @@ let run () = T.Metrics.( emit [ gauge ~name:"ocaml_opentracing.test.major_heap_words" [int gc.Gc.heap_words]; - sum ~name:"ocaml_opentracing.test.minor_allocated" [float gc.Gc.minor_words] - ~aggregation_temporality:Aggregation_temporality_cumulative - ; + sum ~name:"ocaml_opentracing.test.minor_allocated" [float gc.Gc.minor_words]; ]); in let _al = Gc.create_alarm emit_gc in