Prom_cfg.File_sd_config
type t
=
{
targets : host list;
labels : (string * string) list;
}
and host
= string * int option
val create : ?labels:(string * string) list -> host list -> t
val to_ezjsonm : t list -> ezjsonm
val to_yojson : t list -> yojson