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