clean(test): cumulative temporality is now default

This commit is contained in:
Matt Bray 2022-03-23 12:59:48 +00:00
parent 4fd4139921
commit ec3c0f106a

View file

@ -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