package prom

  1. Overview
  2. Docs
Types and pretty printer for Prometheus text-based exposition format

Install

Dune Dependency

Authors

Maintainers

Sources

prom-0.3.tbz
sha256=ab2790fed9bf4cd5e8410a498cf92538975c7cb86959db560138296791579b2b
sha512=d28689793eb7d146a854d7d1cb692ffcadd6f8170f05b6f8c6ee7b14250d999ffa186f55b20f78eb01df26471f7cd7961566ee685f4a6be40d666e73fae3df9a

doc/prom.cfg/Prom_cfg/index.html

Module Prom_cfgSource

Sourcetype ezjsonm = [
  1. | `O of (string * ezjsonm) list
  2. | `A of ezjsonm list
  3. | `Bool of bool
  4. | `Float of float
  5. | `String of string
  6. | `Null
]
Sourcetype yojson = [
  1. | `Bool of bool
  2. | `Assoc of (string * yojson) list
  3. | `Float of float
  4. | `Int of int
  5. | `Intlit of string
  6. | `List of yojson list
  7. | `Null
  8. | `String of string
  9. | `Tuple of yojson list
  10. | `Variant of string * yojson option
]
Sourcemodule File_sd_config : sig ... end
OCaml

Innovation. Community. Security.