prometheus-gc

2023-06-18

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

Upstream URL

github.com/40ants/prometheus-gc

Author

Alexander Artemenko <svetlyak.40wt@gmail.com>

License

Unlicense
README

prometheus-gc - This is a Prometheus collector for Common Lisp implementation garbage collector.

PROMETHEUS-GC ASDF System Details

What is this?

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

Only SBCL is currently supported.

Installation

You can install this library from Quicklisp, but you want to receive updates quickly, then install it from Ultralisp.org:

(ql-dist:install-dist "http://dist.ultralisp.org/"
                      :prompt nil)
(ql:quickload :prometheus-gc)

Usage

Instantiate collector like this:

(prometheus-gc:make-gc-collector :registry registry)

Then serialize metrics as described in the docs of prometheus.cl library.


[generated by 40ANTS-DOC]

Dependencies (4)

  • 40ants-asdf-system
  • ci
  • prometheus.cl
  • rove

Dependents (1)

  • GitHub
  • Quicklisp