reblocks-prometheus

Unlicense

This is an addon for Reblocks Common Lisp framework which allows to gather metrics in Prometheus format.

$ area51 add reblocks-prometheusCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reblocks-prometheus:some-function ...)