package prom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. targets : host list;
  2. 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