mirage-monitoring/src/monitoring_experiments.mli

7 lines
262 B
OCaml
Raw Normal View History

2019-11-06 18:28:26 +00:00
val vmname : string -> Metrics.field
(** [vmname name] creates a [tag] with the virtual machine name. *)
2019-05-12 21:25:25 +00:00
2019-11-06 18:28:26 +00:00
module Make (T : Mirage_time.S) (S : Mirage_stack.V4) : sig
2019-11-07 14:42:23 +00:00
val create : ?interval:int -> ?hostname:string -> Ipaddr.V4.t -> ?port:int -> S.t -> unit
2019-05-12 21:25:25 +00:00
end