reblocks-prometheus

Unlicense

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

$ area51 add reblocks-prometheusコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(reblocks-prometheus:some-function ...)