mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
clean(test): cumulative temporality is now default
This commit is contained in:
parent
4fd4139921
commit
ec3c0f106a
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue