Prometheus_unixReport metrics for Prometheus. See: https://prometheus.io/
Notes:
Prometheus_app with support for cmdliner option parsing, a server pre-configured for Unix, and a start-time metric that uses Unix.gettimeofday.val serve : config -> unit Lwt.t listserve config starts a Cohttp server according to config. It returns a singleton list containing the thread to monitor, or an empty list if no server is configured.
val opts : config Cmdliner.Term.topts is the extra command-line options to offer Prometheus monitoring.
module Logging : sig ... endReport metrics for messages logged.