From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 10 22:19:31 2022 Received: (at 54335) by debbugs.gnu.org; 11 Mar 2022 03:19:31 +0000 Received: from localhost ([127.0.0.1]:36137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSVoQ-0001NX-Nf for submit@debbugs.gnu.org; Thu, 10 Mar 2022 22:19:31 -0500 Received: from mailout-pe-a.jellyfish.systems ([63.250.43.114]:55601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSVoO-0001Mr-JF for 54335@debbugs.gnu.org; Thu, 10 Mar 2022 22:19:28 -0500 Received: from NEW-01-3.privateemail.com (unknown [10.35.5.64]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mailout-pe-a.jellyfish.systems (Postfix) with ESMTPSA id 4KFB4C0Wzbz9sVR for <54335@debbugs.gnu.org>; Fri, 11 Mar 2022 03:19:23 +0000 (UTC) Received: from MTA-08.privateemail.com (unknown [10.50.14.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by NEW-01-3.privateemail.com (Postfix) with ESMTPS id 0BF831005882 for <54335@debbugs.gnu.org>; Thu, 10 Mar 2022 22:19:23 -0500 (EST) Received: from mta-08.privateemail.com (localhost [127.0.0.1]) by mta-08.privateemail.com (Postfix) with ESMTP id D9A6818000A1; Thu, 10 Mar 2022 22:19:22 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dominicm.dev; s=default; t=1646968762; bh=baTV8nB/f04pAdWD7CXEACZfWawDOHPOKfneT27kIY0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cpTvrF7qGJwk5MDHyy/BmtUFA58Bnd75yltENgPlK44yCJl24lYKoQ9kvAQvNzJ1w 7NL/CFtUBjeNSnNm2K1CycDAPtghTMGNbr4JvAjRzYuM2YS5RobbboKEZD7u0liAhl bz/ug1JH6BoXtQCY1dJtFDo3yYvYGVhogGf/Qs9jKb9xAe43PYxpV/shbihNAPQYVh 9OrcTH7LRdjOyNTNfIJIU7VUnqqA2xMr0dbg4SgtoRuZVlIQIaw8VJnzwanSMvoVgZ RTMb/A/HZdZ3ZGrrywcLbt+bHGHP3NvMbmDODOx+ofksw7EKtOz6s38zI6I5VKNw6J Yd6XzNfVbGL9Q== Received: from localhost.localdomain (unknown [10.20.151.169]) by mta-08.privateemail.com (Postfix) with ESMTPA id 727E218000A0; Thu, 10 Mar 2022 22:19:20 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dominicm.dev; s=default; t=1646968762; bh=baTV8nB/f04pAdWD7CXEACZfWawDOHPOKfneT27kIY0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cpTvrF7qGJwk5MDHyy/BmtUFA58Bnd75yltENgPlK44yCJl24lYKoQ9kvAQvNzJ1w 7NL/CFtUBjeNSnNm2K1CycDAPtghTMGNbr4JvAjRzYuM2YS5RobbboKEZD7u0liAhl bz/ug1JH6BoXtQCY1dJtFDo3yYvYGVhogGf/Qs9jKb9xAe43PYxpV/shbihNAPQYVh 9OrcTH7LRdjOyNTNfIJIU7VUnqqA2xMr0dbg4SgtoRuZVlIQIaw8VJnzwanSMvoVgZ RTMb/A/HZdZ3ZGrrywcLbt+bHGHP3NvMbmDODOx+ofksw7EKtOz6s38zI6I5VKNw6J Yd6XzNfVbGL9Q== From: Dominic Martinez To: 54335@debbugs.gnu.org Subject: [PATCH 07/14] gnu: Add go-github-com-nbrownus-go-metrics-prometheus. Date: Thu, 10 Mar 2022 22:18:47 -0500 Message-Id: <20220311031849.12681-7-dom@dominicm.dev> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220311031849.12681-1-dom@dominicm.dev> References: <20220311031849.12681-1-dom@dominicm.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54335 Cc: Dominic Martinez X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/golang.scm (go-github-com-nbrownus-go-metrics-prometheus): New variable. --- gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d0b5041a8b..20523d9a13 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9903,3 +9903,31 @@ (define-public go-github-com-miekg-dns The package allows complete control over what is sent out to the DNS. The API follows the less-is-more principle, by presenting a small, clean interface.") (license license:bsd-3))) + +(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")) + (native-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 + "@code{go-github-com-nbrownus-go-metrics-prometheus} is a reporter for +the go-metrics library which will post the metrics to the prometheus client +registry. It just updates the registry, taking care of exporting the metrics +is still your responsibility.") + (license license:asl2.0))) -- 2.34.0