Devkit_core.LogstashSourceExport counters registered with Var as logstash events
Setup periodic saving of counters as logstash json rows along the logfile
type logger =
< event : (string * Yojson.Safe.t) list -> unit
; write : unit -> unit
; reload : unit -> unit
; flush : unit -> unit >