mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-11 04:58:39 -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.(
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue