enable metrics
This commit is contained in:
parent
8c2dc731de
commit
02a70f46ce
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ module M = struct
|
||||||
let push ?(interval = 10) ?hostname flow =
|
let push ?(interval = 10) ?hostname flow =
|
||||||
let get, reporter = R.store_reporter C.elapsed_ns () in
|
let get, reporter = R.store_reporter C.elapsed_ns () in
|
||||||
Metrics.set_reporter reporter;
|
Metrics.set_reporter reporter;
|
||||||
|
Metrics.enable_all ();
|
||||||
let host = match hostname with None -> [] | Some host -> [vmname host] in
|
let host = match hostname with None -> [] | Some host -> [vmname host] in
|
||||||
Lwt.async (timer_loop get host interval { flows = [ flow ] })
|
Lwt.async (timer_loop get host interval { flows = [ flow ] })
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue