mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-11 04:58:39 -04:00
debug
This commit is contained in:
parent
9125eb5b65
commit
2d97dd0705
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ let mk_emitter ~stop ~(config : Config.t) () : (module EMITTER) =
|
||||||
ignore (emit_metrics_maybe ~now ~force:true httpc encoder : bool)
|
ignore (emit_metrics_maybe ~now ~force:true httpc encoder : bool)
|
||||||
|
|
||||||
let tick_common_ () =
|
let tick_common_ () =
|
||||||
|
if !debug_ then Printf.eprintf "tick (from %d)\n%!" (tid ());
|
||||||
sample_gc_metrics_if_needed ();
|
sample_gc_metrics_if_needed ();
|
||||||
List.iter
|
List.iter
|
||||||
(fun f ->
|
(fun f ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue