[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus.
From: |
guix-commits |
Subject: |
05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus. |
Date: |
Mon, 12 Feb 2024 18:38:46 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 7e4aebc39bf53162027dc5b4f679aa44f89752b7
Author: Dominic Martinez <dom@dominicm.dev>
AuthorDate: Sun Feb 11 19:28:20 2024 +0100
gnu: Add go-github-com-nbrownus-go-metrics-prometheus.
* gnu/packages/golang-xyz.scm
(go-github-com-nbrownus-go-metrics-prometheus): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I1fbaa3a54c761bbdb440ca211d76f6c43b4434ce
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7964b0b5e2..aa3df0a152 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -296,6 +296,32 @@ presenting a small interface.")
very fast, and tries to be entropy pool friendly.")
(license license:asl2.0)))
+(define-public go-github-com-nbrownus-go-metrics-prometheus
+ (package
+ (name "go-github-com-nbrownus-go-metrics-prometheus")
+ (version "0.0.0-20210712211119-974a6260965f")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nbrownus/go-metrics-prometheus")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/nbrownus/go-metrics-prometheus"))
+ (propagated-inputs
+ (list go-github-com-stretchr-testify
+ go-github-com-rcrowley-go-metrics
+ go-github-com-prometheus-client-golang))
+ (home-page "https://github.com/nbrownus/go-metrics-prometheus")
+ (synopsis "Prometheus support for go-metrics")
+ (description "This package provides a reporter for the @code{go-metrics}
+library which posts the metrics to the Prometheus client registry and just
+updates the registry.")
+ (license license:asl2.0)))
+
(define-public go-go-uber-org-automaxprocs
(package
(name "go-go-uber-org-automaxprocs")
- branch master updated (bb4f0509b7 -> ffc7650c11), guix-commits, 2024/02/12
- 03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite., guix-commits, 2024/02/12
- 01/14: gnu: Add go-github-com-anmitsu-go-shlex., guix-commits, 2024/02/12
- 04/14: gnu: Add go-github-com-miekg-dns., guix-commits, 2024/02/12
- 08/14: gnu: go-github-com-prometheus-client-model: Move to golang-xyz., guix-commits, 2024/02/12
- 05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus.,
guix-commits <=
- 02/14: gnu: Add go-github-com-armon-go-radix., guix-commits, 2024/02/12
- 10/14: gnu: go-github-com-stathat-go: Move to golang-xyz., guix-commits, 2024/02/12
- 11/14: gnu: Add go-dario-cat-mergo., guix-commits, 2024/02/12
- 12/14: gnu: Add nebula., guix-commits, 2024/02/12
- 13/14: gnu: nebula: Update to 1.8.2., guix-commits, 2024/02/12
- 07/14: gnu: Add go-github-com-skip2-go-qrcode., guix-commits, 2024/02/12
- 09/14: gnu: go-github-com-rcrowley-go-metrics: Move to golang-xyz., guix-commits, 2024/02/12
- 06/14: gnu: Add go-github-com-songgao-water., guix-commits, 2024/02/12
- 14/14: gnu: nebula: Use G-expressions., guix-commits, 2024/02/12