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.( T.Metrics.(
emit [ emit [
gauge ~name:"ocaml_opentracing.test.major_heap_words" [int gc.Gc.heap_words]; 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] sum ~name:"ocaml_opentracing.test.minor_allocated" [float gc.Gc.minor_words];
~aggregation_temporality:Aggregation_temporality_cumulative
;
]); ]);
in in
let _al = Gc.create_alarm emit_gc in let _al = Gc.create_alarm emit_gc in