gnu: Deprecate go-github-com-prometheus-node-exporter.

* gnu/packages/monitoring.scm (prometheus-node-exporter): New variable.
(go-github-com-prometheus-node-exporter): Deprecate variable.

Change-Id: Ife482a546906a1150f68391b58fa8ab1b1497a94
This commit is contained in:
Sharlatan Hellseher 2024-12-29 00:13:15 +00:00
parent 08f26bc70d
commit 9194eb4da0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -525,13 +525,13 @@ Metrics can be exposed through a standalone web server, or through Twisted,
WSGI and the node exporter textfile collector.")
(license license:asl2.0)))
(define-public go-github-com-prometheus-node-exporter
(define-public prometheus-node-exporter
;; The latest release is failing to build, use the latest commit from the
;; master branch.
(let ((commit "b8aac7c92e2d7f3dea56b2d4802d4ef3ee29c3cc")
(revision "0"))
(package
(name "go-github-com-prometheus-node-exporter")
(name "prometheus-node-exporter")
(version (git-version "1.8.2" revision commit))
(source (origin
(method git-fetch)
@ -608,6 +608,10 @@ WSGI and the node exporter textfile collector.")
written in Go with pluggable metric collectors.")
(license license:asl2.0))))
(define-public go-github-com-prometheus-node-exporter
(deprecated-package "go-github-com-prometheus-node-exporter"
prometheus-node-exporter))
(define-public temper-exporter
(let ((commit "a87bbab19c05609d62d9e4c7941178700c1ef84d")
(revision "0"))