gnu: Add cl-prometheus.exposers.hunchentoot.

* gnu/packages/lisp-xyz.scm (sbcl-prometheus.exposers.hunchentoot,
  cl-prometheus.exposers.hunchentoot): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Katherine Cox-Buday 2020-06-05 14:59:19 +02:00 committed by Guillaume Le Vaillant
parent 78d1aa9eef
commit 019ff3c3c7
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -11667,3 +11667,19 @@ Streams in ICDE05.")
(define-public ecl-prometheus.formats.text
(sbcl-package->ecl-package sbcl-prometheus.formats.text))
(define-public sbcl-prometheus.exposers.hunchentoot
(package
(inherit sbcl-prometheus)
(name "sbcl-prometheus.exposers.hunchentoot")
(inputs
`(("hunchentoot" ,sbcl-hunchentoot)
("prometheus" ,sbcl-prometheus)
("prometheus.formats.text" ,sbcl-prometheus.formats.text)
("salza2" ,sbcl-salza2)
("trivial-utf-8" ,sbcl-trivial-utf-8)))
(synopsis "Prometheus collector for Hunchentoot metrics")
(description "Prometheus collector for Hunchentoot metrics")))
(define-public cl-prometheus.exposers.hunchentoot
(sbcl-package->cl-source-package sbcl-prometheus.exposers.hunchentoot))