[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: Add cl-prometheus.exposers.hunchentoot.
From: |
guix-commits |
Subject: |
07/14: gnu: Add cl-prometheus.exposers.hunchentoot. |
Date: |
Fri, 5 Jun 2020 09:48:16 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 019ff3c3c74048a133263ccacac3db87e52bc00a
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Fri Jun 5 14:59:19 2020 +0200
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>
---
gnu/packages/lisp-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9af4b85..3156bc9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11667,3 +11667,19 @@ Streams in ICDE’05.")
(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))
- branch master updated (66294d7 -> 1f9999d), guix-commits, 2020/06/05
- 02/14: gnu: Add quantile-estimator., guix-commits, 2020/06/05
- 05/14: gnu: Add cl-prometheus.collectors.process., guix-commits, 2020/06/05
- 06/14: gnu: Add cl-prometheus.formats.text., guix-commits, 2020/06/05
- 01/14: gnu: txr: Update to 239., guix-commits, 2020/06/05
- 03/14: gnu: Add cl-prometheus., guix-commits, 2020/06/05
- 04/14: gnu: Add cl-prometheus.collectors.sbcl., guix-commits, 2020/06/05
- 07/14: gnu: Add cl-prometheus.exposers.hunchentoot.,
guix-commits <=
- 08/14: gnu: Add cl-prometheus.pushgateway., guix-commits, 2020/06/05
- 10/14: gnu: Add cl-dissect., guix-commits, 2020/06/05
- 12/14: gnu: Add cl-exponential-backoff., guix-commits, 2020/06/05
- 13/14: gnu: Add cl-sxql., guix-commits, 2020/06/05
- 09/14: gnu: Add cl-uuid., guix-commits, 2020/06/05
- 11/14: gnu: Add cl-rove., guix-commits, 2020/06/05
- 14/14: gnu: Add cl-1am., guix-commits, 2020/06/05