clometheus is a library for pushing Prometheus metrics to a Pushgateway.
(require '[clometheus-pushgateway.core :as pg])
(pg/start-pushgateway-reporter! "my-host.my-org.com" "my-batch-job-name")
This project is licensed under the Apache License 2.0.