- Notifications
You must be signed in to change notification settings - Fork0
Extension for prometheus.cl which collects metrics about garbage collector state.
NotificationsYou must be signed in to change notification settings
40ants/prometheus-gc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Description: This is a Prometheus collector for Common Lisp implementation garbage collector.
- Licence: Unlicense
- Author: Alexander Artemenkosvetlyak.40wt@gmail.com
- Homepage:https://40ants.com/prometheus-gc
- Bug tracker:https://github.com/40ants/prometheus-gc/issues
- Source control:GIT
- Depends on:prometheus
This is a Prometheus collector for Common Lisp implementation garbage collector.
OnlySBCL
is currently supported.
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)
Instantiate collector like this:
(prometheus-gc:make-gc-collector:registry registry)
Then serialize metrics as described in the docs ofprometheus.cl library.