This commit is contained in:
Simon Cruanes 2022-07-06 16:02:49 -04:00
parent 9125eb5b65
commit 2d97dd0705
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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 ->