mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 20:33:36 -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)
|
||||
|
||||
let tick_common_ () =
|
||||
if !debug_ then Printf.eprintf "tick (from %d)\n%!" (tid ());
|
||||
sample_gc_metrics_if_needed ();
|
||||
List.iter
|
||||
(fun f ->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue