Add logging configuration (#29, @talex5). To configure a server to report counts for log messages:
let () = Prometheus_unix.Logging.init ()This installs a reporter that reports the number of messages logged by each log source and at each level. The reporter also displays the timestamp and log source with each message, which is a more suitable configuration for servers.
"%f" (#22, @toots)Gc.quick_stat for faster stats (#25, @talex5)Sample_set module to clean up the API a bit (#13, @talex5)Re rather than Str