prometheus-gc

Unlicense

This is a Prometheus collector for Common Lisp implementation garbage collector.

$ area51 add prometheus-gcCopy

Usage

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