prometheus-gc
This is a Prometheus collector for Common Lisp implementation garbage collector.
$ area51 add prometheus-gcCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(prometheus-gc:some-function ...)